org.apache.xmlgraphics.xmp
Class XMPArrayType
java.lang.Object
|
+--org.apache.xmlgraphics.xmp.XMPArrayType
- public final class XMPArrayType
- extends java.lang.Object
Enum class for XMP array types.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
getName
public java.lang.String getName()
- Returns:
- the name of the enum
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- See Also:
Object.toString()
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.