Class ListAttribute<Item extends BaseAttribute>

java.lang.Object
com.basistech.rosette.dm.BaseAttribute
com.basistech.rosette.dm.ListAttribute<Item>
Type Parameters:
Item - The type of the attributes in the list.
All Implemented Interfaces:
Serializable, Iterable<Item>, Collection<Item>, List<Item>

public class ListAttribute<Item extends BaseAttribute> extends BaseAttribute implements List<Item>, Serializable
A container for an ordered collection of attributes of a type. Like all other attributes, it stores extended properties. It is immutable and throws for attempts to use methods that would modify it.
See Also: