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