public static enum DBTermType.Category extends Enum<DBTermType.Category>
| Enum Constant and Description |
|---|
BOOLEAN |
DATETIME |
DECIMAL |
FLOAT_DOUBLE |
INTEGER |
OTHER |
STRING |
UUID |
| Modifier and Type | Method and Description |
|---|---|
static DBTermType.Category |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBTermType.Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DBTermType.Category STRING
public static final DBTermType.Category INTEGER
public static final DBTermType.Category DECIMAL
public static final DBTermType.Category FLOAT_DOUBLE
public static final DBTermType.Category BOOLEAN
public static final DBTermType.Category DATETIME
public static final DBTermType.Category UUID
public static final DBTermType.Category OTHER
public static DBTermType.Category[] values()
for (DBTermType.Category c : DBTermType.Category.values()) System.out.println(c);
public static DBTermType.Category valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.