- All Implemented Interfaces:
Serializable
,Comparable<ValueType>
,Constable
Allowed value types for calendar properties' value
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final boolean
private String
private static final char[]
private static final char[]
private static final DateTimeFormatter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateErrorList
(T value) static ValueType
enumFromName
(String propertyName) get enum from nameabstract <T> StringConverter<T>
return default String converter associated with property value typetoString()
static ValueType
Returns 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
get enum from name -
toString
-
allowedClasses
-
getConverter
return default String converter associated with property value type -
createErrorList
-