Enum Class ValueType
- All Implemented Interfaces:
Serializable, Comparable<ValueType>, Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final booleanprivate Stringprivate static final char[]private static final char[]private static final DateTimeFormatter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateErrorList(T value) static ValueTypeenumFromName(String propertyName) get enum from nameabstract <T> StringConverter<T> return default String converter associated with property value typetoString()static ValueTypeReturns the enum constant of this class with the specified name.static ValueType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BINARY
-
BOOLEAN
-
CALENDAR_USER_ADDRESS
-
DATE
-
DATE_TIME
-
DURATION
-
FLOAT
-
INTEGER
-
PERIOD
-
RECURRENCE_RULE
-
TEXT
-
TIME
-
UNIFORM_RESOURCE_IDENTIFIER
-
UTC_OFFSET
-
UNKNOWN
-
-
Field Details
-
IS_WINDOWS
private static final boolean IS_WINDOWS -
SPECIAL_CHARACTERS
private static final char[] SPECIAL_CHARACTERS -
REPLACEMENT_CHARACTERS
private static final char[] REPLACEMENT_CHARACTERS -
ZONE_OFFSET_FORMATTER
-
enumFromNameMap
-
name
-
allowedClasses
-
-
Constructor Details
-
ValueType
-
-
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
-
makeEnumFromNameMap
-
enumFromName
-
toString
-
allowedClasses
-
getConverter
return default String converter associated with property value type -
createErrorList
-