Package com.iizix
Enum Class Value.Category
- All Implemented Interfaces:
- Serializable,- Comparable<Value.Category>,- Constable
- Enclosing class:
- Value
The enumeration of Categories.
- Nested Class Summary- Nested classes/interfaces inherited from class java.lang.Enum- Enum.EnumDesc<E extends Enum<E>>
- Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionBinary.Boolean category.Date.Date and time.Duration.Mathematical integer number category (not to confuse with the Integer or Long values).KString category.Year.Period.Real numbers.String category.Time.XML calendar and duration.Year.Year.
- Field SummaryFields
- Method SummaryModifier and TypeMethodDescription- static Value.CategoryReturns the enum constant of this class with the specified name.- static Value.Category[]- values()Returns an array containing the constants of this enum class, in the order they are declared.
- Enum Constant Details- StringString category.
- KStringKString category.
- BooleanBoolean category.
- IntegerMathematical integer number category (not to confuse with the Integer or Long values).
- RealReal numbers.
- TimeTime.
- DateDate.
- DateTimeDate and time.
- DurationDuration.
- PeriodPeriod.
- YearYear.
- YearMonthYear.
- MonthDayYear.
- XMLXML calendar and duration.
- BinaryBinary.
 
- Field Details- descriptionCategory description.
- patternsThe default patterns. If the patterns are empty, there is no pattern support.
- patternDescriptionsThe default patterns. If the patterns are empty, there is no pattern support.
- promptsThe prompts available, tab delimited, null for none.
- isUserPatternsSupportedpublic final boolean isUserPatternsSupportedFlag indicating user patterns are supported.
 
- Method Details- valuesReturns 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
 
- valueOfReturns 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 name
- NullPointerException- if the argument is null