# Print output for @column tags ?>
public
static
interface
UCharacter.NumericType
android.icu.lang.UCharacter.NumericType |
Numeric Type constants.
See also:
Constants | |
---|---|
int |
DECIMAL
|
int |
DIGIT
|
int |
NONE
|
int |
NUMERIC
|
public static final int DECIMAL
Constant Value: 1 (0x00000001)
public static final int DIGIT
Constant Value: 2 (0x00000002)
public static final int NONE
Constant Value: 0 (0x00000000)
public static final int NUMERIC
Constant Value: 3 (0x00000003)