Enum Class ItemMetadataRealItemMetaValueType
java.lang.Object
java.lang.Enum<ItemMetadataRealItemMetaValueType>
com.io7m.cardant.database.postgres.internal.enums.ItemMetadataRealItemMetaValueType
- All Implemented Interfaces:
Serializable, Comparable<ItemMetadataRealItemMetaValueType>, Constable, org.jooq.EnumType
public enum ItemMetadataRealItemMetaValueType
extends Enum<ItemMetadataRealItemMetaValueType>
implements org.jooq.EnumType
This class is generated by jOOQ.
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionorg.jooq.CataloggetName()org.jooq.SchemalookupLiteral(String literal) Lookup a value of this EnumType by its literal.Returns the enum constant of this class with the specified name.static ItemMetadataRealItemMetaValueType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SCALAR_INTEGRAL
-
SCALAR_TEXT
-
SCALAR_MONEY
-
SCALAR_TIME
-
SCALAR_REAL
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getCatalog
public org.jooq.Catalog getCatalog()- Specified by:
getCatalogin interfaceorg.jooq.EnumType
-
getSchema
public org.jooq.Schema getSchema()- Specified by:
getSchemain interfaceorg.jooq.EnumType
-
getName
- Specified by:
getNamein interfaceorg.jooq.EnumType
-
getLiteral
- Specified by:
getLiteralin interfaceorg.jooq.EnumType
-
lookupLiteral
Lookup a value of this EnumType by its literal. Returnsnull, if no such value could be found, seeEnumType.lookupLiteral(Class, String).
-