Package | Description |
---|---|
org.apache.xmpbox.type |
Modifier and Type | Field and Description |
---|---|
private Cardinality |
ArrayProperty.arrayType |
Modifier and Type | Method and Description |
---|---|
Cardinality |
ArrayProperty.getArrayType() |
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.
|
Modifier and Type | Method and Description |
---|---|
ArrayProperty |
AbstractStructuredType.createArrayProperty(java.lang.String propertyName,
Cardinality type) |
ArrayProperty |
TypeMapping.createArrayProperty(java.lang.String namespace,
java.lang.String prefix,
java.lang.String propertyName,
Cardinality type) |
static PropertyType |
TypeMapping.createPropertyType(Types type,
Cardinality card) |
Constructor and Description |
---|
ArrayProperty(XMPMetadata metadata,
java.lang.String namespace,
java.lang.String prefix,
java.lang.String propertyName,
Cardinality type)
Constructor of a complex property
|