Enum Class CutEvent.Type

java.lang.Object
java.lang.Enum<CutEvent.Type>
cdc.applic.factorization.events.CutEvent.Type
All Implemented Interfaces:
Serializable, Comparable<CutEvent.Type>, Constable
Enclosing class:
CutEvent<T>

public static enum CutEvent.Type extends Enum<CutEvent.Type>
  • Enum Constant Details

    • EXCLUDE_OBJECT_APPLICABILITY

      public static final CutEvent.Type EXCLUDE_OBJECT_APPLICABILITY
    • INCLUDE_OBJECT_APPLICABILITY

      public static final CutEvent.Type INCLUDE_OBJECT_APPLICABILITY
    • CUT_OBJECT_APPLICABILITY

      public static final CutEvent.Type CUT_OBJECT_APPLICABILITY
    • DEGENERATE_OBJECT_APPLICABILITY

      public static final CutEvent.Type DEGENERATE_OBJECT_APPLICABILITY
  • Method Details

    • values

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