public static enum NumericTypeFeatureFunction.NumericType extends Enum<NumericTypeFeatureFunction.NumericType>
| Enum Constant and Description |
|---|
ALPHANUMERIC |
DIGITS |
ROMAN_NUMERAL |
SOME_DIGITS |
YEAR_DIGITS |
| Modifier and Type | Method and Description |
|---|---|
static NumericTypeFeatureFunction.NumericType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumericTypeFeatureFunction.NumericType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NumericTypeFeatureFunction.NumericType ALPHANUMERIC
public static final NumericTypeFeatureFunction.NumericType DIGITS
public static final NumericTypeFeatureFunction.NumericType ROMAN_NUMERAL
public static final NumericTypeFeatureFunction.NumericType SOME_DIGITS
public static final NumericTypeFeatureFunction.NumericType YEAR_DIGITS
public static NumericTypeFeatureFunction.NumericType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic static NumericTypeFeatureFunction.NumericType[] values()
for (NumericTypeFeatureFunction.NumericType c : NumericTypeFeatureFunction.NumericType.values()) System.out.println(c);
Copyright © 2014. All rights reserved.