com.lowagie.text.xml.xmp
public class XmpArray extends ArrayList
| Field Summary | |
|---|---|
| static String | ALTERNATIVE An array with alternatives. |
| static String | ORDERED An array that is ordered. |
| static long | serialVersionUID |
| protected String | type the type of array. |
| static String | UNORDERED An array that is unordered. |
| Constructor Summary | |
|---|---|
| XmpArray(String type)
Creates an XmpArray. | |
| Method Summary | |
|---|---|
| String | toString()
Returns the String representation of the XmpArray. |
Parameters: type the type of array: UNORDERED, ORDERED or ALTERNATIVE.
Returns: a String representation