Uses of Enum Class
org.apache.xmpbox.type.Cardinality
Packages that use Cardinality
-
Uses of Cardinality in org.apache.xmpbox.type
Fields in org.apache.xmpbox.type declared as CardinalityMethods in org.apache.xmpbox.type that return CardinalityModifier and TypeMethodDescriptionArrayProperty.getArrayType()
static Cardinality
Returns the enum constant of this class with the specified name.static Cardinality[]
Cardinality.values()
Returns an array containing the constants of this enum class, 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