Enum Class TLcdCollectionEvent.Type

java.lang.Object
java.lang.Enum<TLcdCollectionEvent.Type>
com.luciad.util.collections.TLcdCollectionEvent.Type
All Implemented Interfaces:
Serializable, Comparable<TLcdCollectionEvent.Type>, Constable
Enclosing class:
TLcdCollectionEvent<T>

public static enum TLcdCollectionEvent.Type extends Enum<TLcdCollectionEvent.Type>
Enumeration of the types of TLcdCollectionEvents
Since:
9.1
  • Enum Constant Details

    • ELEMENT_ADDED

      public static final TLcdCollectionEvent.Type ELEMENT_ADDED
      Type indicating an element has been added to the collection
    • ELEMENT_REMOVED

      public static final TLcdCollectionEvent.Type ELEMENT_REMOVED
      Type indicating an element has been removed from the collection
  • Method Details

    • values

      public static TLcdCollectionEvent.Type[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TLcdCollectionEvent.Type valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null