| Package | Description |
|---|---|
| org.apache.chemistry.opencmis.commons.data |
OpenCMIS data interfaces.
|
| org.apache.chemistry.opencmis.commons.definitions |
OpenCMIS type and property definition interfaces.
|
| org.apache.chemistry.opencmis.commons.enums |
OpenCMIS enums.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PropertyType> |
CreatablePropertyTypes.canCreate()
Returns the set of property data types that can used to create or update
a type definition.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyType |
PropertyDefinition.getPropertyType()
Returns the property type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MutablePropertyDefinition.setPropertyType(PropertyType propertyType) |
| 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.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.