Package org.apache.xmlgraphics.xmp
Class XMPArrayType
- java.lang.Object
-
- org.apache.xmlgraphics.xmp.XMPArrayType
-
public final class XMPArrayType extends Object
Enum class for XMP array types.
-
-
Field Summary
Fields Modifier and Type Field Description static XMPArrayTypeALTthe alternative arraystatic XMPArrayTypeBAGthe unordered arraystatic XMPArrayTypeSEQthe ordered array
-
-
-
Field Detail
-
BAG
public static final XMPArrayType BAG
the unordered array
-
SEQ
public static final XMPArrayType SEQ
the ordered array
-
ALT
public static final XMPArrayType ALT
the alternative array
-
-
Method Detail
-
getName
public String getName()
- Returns:
- the name of the enum
-
toString
public String toString()
- Overrides:
toStringin classObject- See Also:
Object.toString()
-
-