Enum Class KStringEvent.Operation

java.lang.Object
java.lang.Enum<KStringEvent.Operation>
com.iizix.event.KStringEvent.Operation
All Implemented Interfaces:
Serializable, Comparable<KStringEvent.Operation>, Constable
Enclosing class:
KStringEvent

public static enum KStringEvent.Operation extends Enum<KStringEvent.Operation>
The operation enum. Operations can be combined.
  • Enum Constant Details

    • RESOLVE_REFERENCES

      public static final KStringEvent.Operation RESOLVE_REFERENCES
      Resolves the references.
    • FORCE_RESOLVE_REFERENCES

      public static final KStringEvent.Operation FORCE_RESOLVE_REFERENCES
      Resolves references in a forced way.
  • Field Details

    • value

      public final int value
      The operation value: bitwise mask number used to merge several operations.
  • Method Details

    • values

      public static KStringEvent.Operation[] 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 KStringEvent.Operation 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