Enum Class ItemMetadataMoneyItemMetaValueType

java.lang.Object
java.lang.Enum<ItemMetadataMoneyItemMetaValueType>
com.io7m.cardant.database.postgres.internal.enums.ItemMetadataMoneyItemMetaValueType
All Implemented Interfaces:
Serializable, Comparable<ItemMetadataMoneyItemMetaValueType>, Constable, org.jooq.EnumType

public enum ItemMetadataMoneyItemMetaValueType extends Enum<ItemMetadataMoneyItemMetaValueType> implements org.jooq.EnumType
This class is generated by jOOQ.
  • Enum Constant Details

  • Method Details

    • values

      public static ItemMetadataMoneyItemMetaValueType[] 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 ItemMetadataMoneyItemMetaValueType 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
    • getCatalog

      public org.jooq.Catalog getCatalog()
      Specified by:
      getCatalog in interface org.jooq.EnumType
    • getSchema

      public org.jooq.Schema getSchema()
      Specified by:
      getSchema in interface org.jooq.EnumType
    • getName

      public String getName()
      Specified by:
      getName in interface org.jooq.EnumType
    • getLiteral

      public String getLiteral()
      Specified by:
      getLiteral in interface org.jooq.EnumType
    • lookupLiteral

      public static ItemMetadataMoneyItemMetaValueType lookupLiteral(String literal)
      Lookup a value of this EnumType by its literal. Returns null, if no such value could be found, see EnumType.lookupLiteral(Class, String).