java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<String>
com.priint.pubserver.comet.bridge.entitydata.xmlsupply.XmlStringList
All Implemented Interfaces:
Serializable, Cloneable, Iterable<String>, Collection<String>, List<String>, RandomAccess

public class XmlStringList extends ArrayList<String> implements List<String>
The type Xml string list.
See Also:
  • Constructor Details

    • XmlStringList

      public XmlStringList()
  • Method Details

    • getItems

      public List<String> getItems()
      Gets items.
      Returns:
      the items
    • setItems

      public void setItems(List<String> list)
      Sets items.
      Parameters:
      list - the list