| Package | Description |
|---|---|
| org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
| 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 | |
| org.apache.chemistry.opencmis.tools.mapper |
| Modifier and Type | Method and Description |
|---|---|
PropertyType |
Property.getType()
Returns the property data type.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyType |
PropertyDefinition.getPropertyType()
Returns the property type.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
AbstractSessionTest.CmisPropertyDefintion(String id,
Boolean required,
PropertyType propertyType,
Cardinality cardinality,
Updatability updatability,
Boolean queryable,
Boolean orderable) |
| Modifier and Type | Method and Description |
|---|---|
Object |
PropertyMapperExif.convertValue(com.drew.metadata.Directory dir,
com.drew.metadata.Tag tag,
PropertyType propType) |
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.