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