|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cardinality | |
---|---|
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 Cardinality in org.apache.chemistry.opencmis.commons.definitions |
---|
Methods in org.apache.chemistry.opencmis.commons.definitions that return Cardinality | |
---|---|
Cardinality |
PropertyDefinition.getCardinality()
Returns the cardinality. |
Uses of Cardinality in org.apache.chemistry.opencmis.commons.enums |
---|
Methods in org.apache.chemistry.opencmis.commons.enums that return Cardinality | |
---|---|
static Cardinality |
Cardinality.fromValue(java.lang.String v)
|
static Cardinality |
Cardinality.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Cardinality[] |
Cardinality.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of Cardinality in org.apache.chemistry.opencmis.tck.impl |
---|
Constructors in org.apache.chemistry.opencmis.tck.impl with parameters of type Cardinality | |
---|---|
AbstractSessionTest.CmisPropertyDefintion(java.lang.String id,
java.lang.Boolean required,
PropertyType propertyType,
Cardinality cardinality,
Updatability updatability,
java.lang.Boolean queryable,
java.lang.Boolean orderable)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |