public final class XMPArrayType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static XMPArrayType |
ALT
the alternative array
|
static XMPArrayType |
BAG
the unordered array
|
private java.lang.String |
name |
static XMPArrayType |
SEQ
the ordered array
|
Modifier | Constructor and Description |
---|---|
private |
XMPArrayType(java.lang.String name)
Constructor to add a new named item.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
java.lang.String |
toString() |
public static final XMPArrayType BAG
public static final XMPArrayType SEQ
public static final XMPArrayType ALT
private java.lang.String name