Enum Class TLcdMapEvent.Type

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

public static enum TLcdMapEvent.Type extends Enum<TLcdMapEvent.Type>
Enumeration of the types of TLcdMapEvents
Since:
10.0
  • Enum Constant Details

    • ENTRY_ADDED

      public static final TLcdMapEvent.Type ENTRY_ADDED
      Type indicating an entry has been added to the map
    • ENTRY_REMOVED

      public static final TLcdMapEvent.Type ENTRY_REMOVED
      Type indicating an entry has been removed from the map
  • Method Details

    • values

      public static TLcdMapEvent.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 TLcdMapEvent.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