Uses of Enum
org.apache.xmpbox.type.Cardinality
Packages that use Cardinality
-
Uses of Cardinality in org.apache.xmpbox.type
Methods in org.apache.xmpbox.type that return CardinalityModifier and TypeMethodDescriptionArrayProperty.getArrayType()
static Cardinality
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.Methods in org.apache.xmpbox.type with parameters of type CardinalityModifier and TypeMethodDescriptionAbstractStructuredType.createArrayProperty
(String propertyName, Cardinality type) TypeMapping.createArrayProperty
(String namespace, String prefix, String propertyName, Cardinality type) static PropertyType
TypeMapping.createPropertyType
(Types type, Cardinality card) Constructors in org.apache.xmpbox.type with parameters of type CardinalityModifierConstructorDescriptionArrayProperty
(XMPMetadata metadata, String namespace, String prefix, String propertyName, Cardinality type) Constructor of a complex property