Enum Class LocationSearchViewLocationMetaValueType

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

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

  • Method Details

    • values

      public static LocationSearchViewLocationMetaValueType[] 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 LocationSearchViewLocationMetaValueType 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 LocationSearchViewLocationMetaValueType 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).