Package com.ibm.icu.impl.duration.impl
Interface DataRecord.EFractionHandling
-
- Enclosing class:
- DataRecord
public static interface DataRecord.EFractionHandling
-
-
Field Summary
Fields Modifier and Type Field Description static byte
FPAUCAL
static byte
FPLURAL
static byte
FSINGULAR_PLURAL
static byte
FSINGULAR_PLURAL_ANDAHALF
static java.lang.String[]
names
-
-
-
Field Detail
-
FPLURAL
static final byte FPLURAL
- See Also:
- Constant Field Values
-
FSINGULAR_PLURAL
static final byte FSINGULAR_PLURAL
- See Also:
- Constant Field Values
-
FSINGULAR_PLURAL_ANDAHALF
static final byte FSINGULAR_PLURAL_ANDAHALF
- See Also:
- Constant Field Values
-
FPAUCAL
static final byte FPAUCAL
- See Also:
- Constant Field Values
-
names
static final java.lang.String[] names
-
-