public enum TEXT_FORMAT extends java.lang.Enum<TEXT_FORMAT>
Enum Constant and Description |
---|
DECIMALS |
END_VALUE |
INTERVAL |
IS_SEQUENCE |
MAX_LENGTH |
MIN_LENGTH |
PATTERN |
START_VALUE |
TEXT_TYPE |
TIME_INTERVAL |
Modifier and Type | Method and Description |
---|---|
static TEXT_FORMAT |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TEXT_FORMAT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TEXT_FORMAT TEXT_TYPE
public static final TEXT_FORMAT IS_SEQUENCE
public static final TEXT_FORMAT MIN_LENGTH
public static final TEXT_FORMAT MAX_LENGTH
public static final TEXT_FORMAT START_VALUE
public static final TEXT_FORMAT END_VALUE
public static final TEXT_FORMAT INTERVAL
public static final TEXT_FORMAT TIME_INTERVAL
public static final TEXT_FORMAT DECIMALS
public static final TEXT_FORMAT PATTERN
public static TEXT_FORMAT[] values()
for (TEXT_FORMAT c : TEXT_FORMAT.values()) System.out.println(c);
public static TEXT_FORMAT valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null