Package com.ibm.icu.lang
Interface UCharacter.NumericType
-
- Enclosing class:
- UCharacter
public static interface UCharacter.NumericType
Numeric Type constants.- See Also:
UProperty.NUMERIC_TYPE
-
-
Field Detail
-
NONE
static final int NONE
- See Also:
- Constant Field Values
-
DECIMAL
static final int DECIMAL
- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
-
NUMERIC
static final int NUMERIC
- See Also:
- Constant Field Values
-
COUNT
@Deprecated static final int COUNT
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.One more than the highest normal NumericType value. The highest value is available via UCharacter.getIntPropertyMaxValue(UProperty.NUMERIC_TYPE).- See Also:
- Constant Field Values
-
-