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