Enum Cv.Type

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

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

    • BYTE

      public static final Cv.Type BYTE
    • SELECT

      public static final Cv.Type SELECT
    • SINGED_BYTE

      public static final Cv.Type SINGED_BYTE
  • Method Details

    • values

      public static Cv.Type[] 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.Type 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.Type>
    • value

      public String value()
    • fromValue

      public static Cv.Type fromValue(String value)