com.lowagie.text.xml.xmp
public class XmpArray extends java.util.ArrayList
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ALTERNATIVE
An array with alternatives.
|
static java.lang.String |
ORDERED
An array that is ordered.
|
private static long |
serialVersionUID |
protected java.lang.String |
type
the type of array.
|
static java.lang.String |
UNORDERED
An array that is unordered.
|
Constructor and Description |
---|
XmpArray(java.lang.String type)
Creates an XmpArray.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns the String representation of the XmpArray.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
private static final long serialVersionUID
public static final java.lang.String UNORDERED
public static final java.lang.String ORDERED
public static final java.lang.String ALTERNATIVE
protected java.lang.String type