Enum Class VSFieldEvent.Op

java.lang.Object
java.lang.Enum<VSFieldEvent.Op>
com.iizix.api.vs.VSFieldEvent.Op
All Implemented Interfaces:
Serializable, Comparable<VSFieldEvent.Op>, Constable
Enclosing class:
VSFieldEvent

public static enum VSFieldEvent.Op extends Enum<VSFieldEvent.Op>
The Virtual Field Event Operations.
  • Enum Constant Details

    • CONVERT_TO_NATIVE

      public static final VSFieldEvent.Op CONVERT_TO_NATIVE
      Converts a Value type to a Native value type.
    • CONVERT_FROM_NATIVE

      public static final VSFieldEvent.Op CONVERT_FROM_NATIVE
      Converts from the Native value to another requested type.
    • VALIDATE

      public static final VSFieldEvent.Op VALIDATE
      Validates the Native Value.
  • Method Details

    • values

      public static VSFieldEvent.Op[] 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 VSFieldEvent.Op 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