com.ibm.icu.lang
Interface UCharacter.NumericType
- Enclosing interface:
- UCharacter
- public static interface UCharacter.NumericType
Numeric Type constants.
- See Also:
UProperty.NUMERIC_TYPE
- Status:
- Stable ICU 2.4.
NONE
public static final int NONE
- See Also:
- Constant Field Values
- Status:
- Stable ICU 2.4.
DECIMAL
public static final int DECIMAL
- See Also:
- Constant Field Values
- Status:
- Stable ICU 2.4.
DIGIT
public static final int DIGIT
- See Also:
- Constant Field Values
- Status:
- Stable ICU 2.4.
NUMERIC
public static final int NUMERIC
- See Also:
- Constant Field Values
- Status:
- Stable ICU 2.4.
COUNT
public static final int COUNT
- See Also:
- Constant Field Values
- Status:
- Stable ICU 2.4.
Copyright (c) 2004 IBM Corporation and others.