Enum Constant and Description |
---|
enumeration |
fractionDigits |
length |
maxExclusive |
maxInclusive |
maxLength |
minExclusive |
minInclusive |
minLength |
pattern |
totalDigits |
whiteSpace |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<java.lang.String,FacetType> |
FACET_TYPES_MAP |
Modifier and Type | Method and Description |
---|---|
static FacetType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FacetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FacetType enumeration
public static final FacetType length
public static final FacetType pattern
public static final FacetType maxExclusive
public static final FacetType maxInclusive
public static final FacetType minExclusive
public static final FacetType minInclusive
public static final FacetType maxLength
public static final FacetType minLength
public static final FacetType whiteSpace
public static final FacetType totalDigits
public static final FacetType fractionDigits
public static final java.util.Map<java.lang.String,FacetType> FACET_TYPES_MAP
public static FacetType[] values()
for (FacetType c : FacetType.values()) System.out.println(c);
public static FacetType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null