public enum ValueType extends Enum<ValueType>
| Modifier and Type | Field and Description |
|---|---|
boolean |
arrayType |
Class<? extends Value> |
valueClass |
ValueGroup |
valueGroup |
| Modifier and Type | Method and Description |
|---|---|
Value[] |
extremeValues() |
static ValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValueType BOOLEAN
public static final ValueType BYTE
public static final ValueType SHORT
public static final ValueType INT
public static final ValueType LONG
public static final ValueType FLOAT
public static final ValueType DOUBLE
public static final ValueType CHAR
public static final ValueType STRING
public static final ValueType STRING_ALPHANUMERIC
public static final ValueType STRING_ASCII
public static final ValueType STRING_BMP
public static final ValueType LOCAL_DATE_TIME
public static final ValueType DATE
public static final ValueType LOCAL_TIME
public static final ValueType PERIOD
public static final ValueType DURATION
public static final ValueType TIME
public static final ValueType DATE_TIME
public static final ValueType CARTESIAN_POINT
public static final ValueType GEOGRAPHIC_POINT
public static final ValueType BOOLEAN_ARRAY
public static final ValueType BYTE_ARRAY
public static final ValueType SHORT_ARRAY
public static final ValueType INT_ARRAY
public static final ValueType LONG_ARRAY
public static final ValueType FLOAT_ARRAY
public static final ValueType DOUBLE_ARRAY
public static final ValueType CHAR_ARRAY
public static final ValueType STRING_ARRAY
public static final ValueType STRING_ALPHANUMERIC_ARRAY
public static final ValueType STRING_ASCII_ARRAY
public static final ValueType STRING_BMP_ARRAY
public static final ValueType LOCAL_DATE_TIME_ARRAY
public static final ValueType DATE_ARRAY
public static final ValueType LOCAL_TIME_ARRAY
public static final ValueType PERIOD_ARRAY
public static final ValueType DURATION_ARRAY
public static final ValueType TIME_ARRAY
public static final ValueType DATE_TIME_ARRAY
public final ValueGroup valueGroup
public final boolean arrayType
public static ValueType[] values()
for (ValueType c : ValueType.values()) System.out.println(c);
public static ValueType 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 nullpublic Value[] extremeValues()
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.