Package com.ibm.icu.impl.duration.impl
Interface DataRecord.ENumberSystem
-
- Enclosing class:
- DataRecord
public static interface DataRecord.ENumberSystem
-
-
Field Summary
Fields Modifier and Type Field Description static byte
CHINESE_SIMPLIFIED
static byte
CHINESE_TRADITIONAL
static byte
DEFAULT
static byte
KOREAN
static java.lang.String[]
names
-
-
-
Field Detail
-
DEFAULT
static final byte DEFAULT
- See Also:
- Constant Field Values
-
CHINESE_TRADITIONAL
static final byte CHINESE_TRADITIONAL
- See Also:
- Constant Field Values
-
CHINESE_SIMPLIFIED
static final byte CHINESE_SIMPLIFIED
- See Also:
- Constant Field Values
-
KOREAN
static final byte KOREAN
- See Also:
- Constant Field Values
-
names
static final java.lang.String[] names
-
-