|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyType | |
---|---|
org.apache.chemistry.opencmis.client.api | The OpenCMIS Client API. |
org.apache.chemistry.opencmis.client.mapper | |
org.apache.chemistry.opencmis.commons.definitions | OpenCMIS type and property definition interfaces. |
org.apache.chemistry.opencmis.commons.enums | OpenCMIS enums. |
org.apache.chemistry.opencmis.tck.impl |
Uses of PropertyType in org.apache.chemistry.opencmis.client.api |
---|
Methods in org.apache.chemistry.opencmis.client.api that return PropertyType | |
---|---|
PropertyType |
Property.getType()
Returns the property data type. |
Uses of PropertyType in org.apache.chemistry.opencmis.client.mapper |
---|
Methods in org.apache.chemistry.opencmis.client.mapper with parameters of type PropertyType | |
---|---|
Object |
PropertyMapperExif.convertValue(com.drew.metadata.Directory dir,
com.drew.metadata.Tag tag,
PropertyType propType)
|
Uses of PropertyType in org.apache.chemistry.opencmis.commons.definitions |
---|
Methods in org.apache.chemistry.opencmis.commons.definitions that return PropertyType | |
---|---|
PropertyType |
PropertyDefinition.getPropertyType()
Returns the property type. |
Uses of PropertyType in org.apache.chemistry.opencmis.commons.enums |
---|
Methods in org.apache.chemistry.opencmis.commons.enums that return PropertyType | |
---|---|
static PropertyType |
PropertyType.fromValue(String v)
|
static PropertyType |
PropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PropertyType[] |
PropertyType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of PropertyType in org.apache.chemistry.opencmis.tck.impl |
---|
Constructors in org.apache.chemistry.opencmis.tck.impl with parameters of type PropertyType | |
---|---|
AbstractSessionTest.CmisPropertyDefintion(String id,
Boolean required,
PropertyType propertyType,
Cardinality cardinality,
Updatability updatability,
Boolean queryable,
Boolean orderable)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |