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 byteDECIMAL1static byteDECIMAL2static byteDECIMAL3static byteHALF_FRACTIONstatic byteINTEGERstatic byteINTEGER_CUSTOMstatic 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 String[] names
-
-