Package com.ibm.icu.impl.duration.impl
Interface DataRecord.ECountVariant
-
- Enclosing class:
- DataRecord
public static interface DataRecord.ECountVariant
-
-
Field Summary
Fields Modifier and Type Field Description static byte
DECIMAL1
static byte
DECIMAL2
static byte
DECIMAL3
static byte
HALF_FRACTION
static byte
INTEGER
static byte
INTEGER_CUSTOM
static java.lang.String[]
names
-
-
-
Field Detail
-
INTEGER
static final byte INTEGER
- See Also:
- Constant Field Values
-
INTEGER_CUSTOM
static final byte INTEGER_CUSTOM
- See Also:
- Constant Field Values
-
HALF_FRACTION
static final byte HALF_FRACTION
- See Also:
- Constant Field Values
-
DECIMAL1
static final byte DECIMAL1
- See Also:
- Constant Field Values
-
DECIMAL2
static final byte DECIMAL2
- See Also:
- Constant Field Values
-
DECIMAL3
static final byte DECIMAL3
- See Also:
- Constant Field Values
-
names
static final java.lang.String[] names
-
-