| Package | Description |
|---|---|
| org.apache.xmpbox.type |
| Modifier and Type | Method and Description |
|---|---|
Cardinality |
ArrayProperty.getArrayType() |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayProperty |
AbstractStructuredType.createArrayProperty(String propertyName,
Cardinality type) |
ArrayProperty |
TypeMapping.createArrayProperty(String namespace,
String prefix,
String propertyName,
Cardinality type) |
static PropertyType |
TypeMapping.createPropertyType(Types type,
Cardinality card) |
| Constructor and Description |
|---|
ArrayProperty(XMPMetadata metadata,
String namespace,
String prefix,
String propertyName,
Cardinality type)
Contructor of a complex property
|
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.