|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnumCardinality | |
---|---|
org.apache.chemistry.opencmis.commons.impl.jaxb |
Uses of EnumCardinality in org.apache.chemistry.opencmis.commons.impl.jaxb |
---|
Fields in org.apache.chemistry.opencmis.commons.impl.jaxb declared as EnumCardinality | |
---|---|
protected EnumCardinality |
CmisPropertyDefinitionType.cardinality
|
Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return EnumCardinality | |
---|---|
static EnumCardinality |
EnumCardinality.fromValue(java.lang.String v)
|
EnumCardinality |
CmisPropertyDefinitionType.getCardinality()
Gets the value of the cardinality property. |
static EnumCardinality |
EnumCardinality.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EnumCardinality[] |
EnumCardinality.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 EnumCardinality | |
---|---|
void |
CmisPropertyDefinitionType.setCardinality(EnumCardinality value)
Sets the value of the cardinality property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |