com.lowagie.text.xml.xmp
Class XmpArray

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList
              extended by com.lowagie.text.xml.xmp.XmpArray
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.RandomAccess

public class XmpArray
extends java.util.ArrayList

StringBuffer to construct an XMP array.

See Also:
Serialized Form

Field Summary
static java.lang.String ALTERNATIVE
          An array with alternatives.
static java.lang.String ORDERED
          An array that is ordered.
protected  java.lang.String type
          the type of array.
static java.lang.String UNORDERED
          An array that is unordered.
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
XmpArray(java.lang.String type)
          Creates an XmpArray.
 
Method Summary
 java.lang.String toString()
          Returns the String representation of the XmpArray.
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Field Detail

UNORDERED

public static final java.lang.String UNORDERED
An array that is unordered.

See Also:
Constant Field Values

ORDERED

public static final java.lang.String ORDERED
An array that is ordered.

See Also:
Constant Field Values

ALTERNATIVE

public static final java.lang.String ALTERNATIVE
An array with alternatives.

See Also:
Constant Field Values

type

protected java.lang.String type
the type of array.

Constructor Detail

XmpArray

public XmpArray(java.lang.String type)
Creates an XmpArray.

Parameters:
type - the type of array: UNORDERED, ORDERED or ALTERNATIVE.
Method Detail

toString

public java.lang.String toString()
Returns the String representation of the XmpArray.

Overrides:
toString in class java.util.AbstractCollection
Returns:
a String representation


iText 2.1.7