Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
Cardinality |
PropertyDefinition.getCardinality()
Returns the cardinality.
|
Modifier and Type | Method and Description |
---|---|
static Cardinality |
Cardinality.fromValue(String v) |
static Cardinality |
Cardinality.valueOf(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.
|
Constructor and Description |
---|
AbstractSessionTest.CmisPropertyDefintion(String id,
Boolean required,
PropertyType propertyType,
Cardinality cardinality,
Updatability updatability,
Boolean queryable,
Boolean orderable) |
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.