Enum Cv.Mode

java.lang.Object
java.lang.Enum<Cv.Mode>
org.bidib.jbidib.decoder.json.Cv.Mode
All Implemented Interfaces:
Serializable, Comparable<Cv.Mode>, java.lang.constant.Constable
Enclosing class:
Cv

@Generated("jsonschema2pojo") public static enum Cv.Mode extends Enum<Cv.Mode>
mode
  • Enum Constant Details

    • RW

      public static final Cv.Mode RW
    • RO

      public static final Cv.Mode RO
    • WO

      public static final Cv.Mode WO
  • Method Details

    • values

      public static Cv.Mode[] 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 Cv.Mode 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Cv.Mode>
    • value

      public String value()
    • fromValue

      public static Cv.Mode fromValue(String value)