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