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 Summary
Enum 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 Summary
Method Summary
Modifier and TypeMethodDescriptionstatic Value.Category
Returns 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
String
String category.KString
KString category.Boolean
Boolean category.Integer
Mathematical integer number category (not to confuse with the Integer or Long values).Real
Real numbers.Time
Time.Date
Date.DateTime
Date and time.Duration
Duration.Period
Period.Year
Year.YearMonth
Year.MonthDay
Year.XML
XML calendar and duration.Binary
Binary.
Field Details
description
Category description.patterns
The default patterns. If the patterns are empty, there is no pattern support.patternDescriptions
The default patterns. If the patterns are empty, there is no pattern support.prompts
The prompts available, tab delimited, null for none.isUserPatternsSupported
public final boolean isUserPatternsSupportedFlag indicating user patterns are supported.
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