Package org.apache.xmlgraphics.xmp
Class XMPArrayType
- java.lang.Object
-
- org.apache.xmlgraphics.xmp.XMPArrayType
-
public final class XMPArrayType extends java.lang.ObjectEnum class for XMP array types.
-
-
Field Summary
Fields Modifier and Type Field Description static XMPArrayTypeALTthe alternative arraystatic XMPArrayTypeBAGthe unordered arraystatic XMPArrayTypeSEQthe ordered array
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.StringtoString()
-
-
-
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
-
-