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 byteFPAUCALstatic byteFPLURALstatic byteFSINGULAR_PLURALstatic byteFSINGULAR_PLURAL_ANDAHALFstatic 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 String[] names
-
-