Package org.apache.xmlgraphics.xmp
Class XMPArrayType
java.lang.Object
org.apache.xmlgraphics.xmp.XMPArrayType
Enum class for XMP array types.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final XMPArrayType
the alternative arraystatic final XMPArrayType
the unordered arrayprivate String
static final XMPArrayType
the ordered array -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
XMPArrayType
(String name) Constructor to add a new named item. -
Method Summary
-
Field Details
-
BAG
the unordered array -
SEQ
the ordered array -
ALT
the alternative array -
name
-
-
Constructor Details
-
XMPArrayType
Constructor to add a new named item.- Parameters:
name
- Name of the item.
-
-
Method Details