Class ExtendedPropertyList

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

public class ExtendedPropertyList extends ArrayList<ExtendedProperty>
A list of ExtendedProperty objects with lookup by ExtendedPropertyTag.
See Also:
  • Constructor Details

    • ExtendedPropertyList

      public ExtendedPropertyList()
  • Method Details

    • get

      Returns the first ExtendedProperty whose tag matches the supplied tag (by id/name and GUID), or null if none matches.
      Parameters:
      tag - the tag to look up.
      Returns:
      the matching property, or null.