|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnumUpdatability | |
---|---|
org.apache.chemistry.opencmis.commons.impl.jaxb |
Uses of EnumUpdatability in org.apache.chemistry.opencmis.commons.impl.jaxb |
---|
Fields in org.apache.chemistry.opencmis.commons.impl.jaxb declared as EnumUpdatability | |
---|---|
protected EnumUpdatability |
CmisPropertyDefinitionType.updatability
|
Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return EnumUpdatability | |
---|---|
static EnumUpdatability |
EnumUpdatability.fromValue(String v)
|
EnumUpdatability |
CmisPropertyDefinitionType.getUpdatability()
Gets the value of the updatability property. |
static EnumUpdatability |
EnumUpdatability.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EnumUpdatability[] |
EnumUpdatability.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.chemistry.opencmis.commons.impl.jaxb with parameters of type EnumUpdatability | |
---|---|
void |
CmisPropertyDefinitionType.setUpdatability(EnumUpdatability value)
Sets the value of the updatability property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |