Class AttributeValues

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

public class AttributeValues extends ArrayList<AttributeValue> implements Serializable, Iterable<AttributeValue>
container for AttributeValue list with convenience methods for getting values for object or attribute
See Also:
  • Constructor Details

    • AttributeValues

      public AttributeValues()
    • AttributeValues

      public AttributeValues(int initialCapacity)
    • AttributeValues

      public AttributeValues(List<AttributeValue> values)
  • Method Details