com.lowagie.text.xml.xmp

Class XmpArray

public class XmpArray extends ArrayList

StringBuffer to construct an XMP array.
Field Summary
static StringALTERNATIVE
An array with alternatives.
static StringORDERED
An array that is ordered.
static longserialVersionUID
protected Stringtype
the type of array.
static StringUNORDERED
An array that is unordered.
Constructor Summary
XmpArray(String type)
Creates an XmpArray.
Method Summary
StringtoString()
Returns the String representation of the XmpArray.

Field Detail

ALTERNATIVE

public static final String ALTERNATIVE
An array with alternatives.

ORDERED

public static final String ORDERED
An array that is ordered.

serialVersionUID

private static final long serialVersionUID

type

protected String type
the type of array.

UNORDERED

public static final String UNORDERED
An array that is unordered.

Constructor Detail

XmpArray

public XmpArray(String type)
Creates an XmpArray.

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

Method Detail

toString

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

Returns: a String representation