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 XMPArrayTypethe alternative arraystatic final XMPArrayTypethe unordered arrayprivate Stringstatic final XMPArrayTypethe ordered array -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateXMPArrayType(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