Class XmpArray

All Implemented Interfaces:
Serializable, Cloneable, Iterable<String>, Collection<String>, List<String>, RandomAccess, SequencedCollection<String>

public class XmpArray extends ArrayList<String>
StringBuffer to construct an XMP array.
See Also:
  • Field Details

  • Constructor Details

    • XmpArray

      public XmpArray(String type)
      Creates an XmpArray.
      Parameters:
      type - the type of array: UNORDERED, ORDERED or ALTERNATIVE.
  • Method Details