java.lang.Object
java.lang.Enum<FilterEvent>
com.orchestranetworks.addon.dmdv.data.filter.FilterEvent
All Implemented Interfaces:
Serializable, Comparable<FilterEvent>, Constable

public enum FilterEvent extends Enum<FilterEvent>
Describes user actions.
  • Enum Constant Details

    • EXPAND_SOURCE_CHILD

      public static final FilterEvent EXPAND_SOURCE_CHILD
      Describes the action of expanding a source or child.
    • EXPAND_TARGET_PARENT

      public static final FilterEvent EXPAND_TARGET_PARENT
      Describes the action of expanding a target or parent.
  • Method Details

    • values

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

      public static FilterEvent valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null