Package com.ibm.icu.impl.duration.impl
Interface DataRecord.EDecimalHandling
-
- Enclosing class:
- DataRecord
public static interface DataRecord.EDecimalHandling
-
-
Field Summary
Fields Modifier and Type Field Description static byte
DPAUCAL
static byte
DPLURAL
static byte
DSINGULAR
static byte
DSINGULAR_SUBONE
static java.lang.String[]
names
-
-
-
Field Detail
-
DPLURAL
static final byte DPLURAL
- See Also:
- Constant Field Values
-
DSINGULAR
static final byte DSINGULAR
- See Also:
- Constant Field Values
-
DSINGULAR_SUBONE
static final byte DSINGULAR_SUBONE
- See Also:
- Constant Field Values
-
DPAUCAL
static final byte DPAUCAL
- See Also:
- Constant Field Values
-
names
static final java.lang.String[] names
-
-