Package com.ibm.icu.impl.duration.impl
Class DataRecord
java.lang.Object
com.ibm.icu.impl.duration.impl.DataRecord
DataRecord contains the data used by PeriodFormatterData. Fields are
package-private for ease of access. This is a struct, it knows how to read
and write itself to/from simple XML, that's all.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static class
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean
(package private) String
(package private) byte
(package private) char
(package private) String
(package private) String
(package private) String
(package private) byte
(package private) byte[]
(package private) String[]
(package private) byte[]
(package private) byte[]
(package private) String[]
(package private) String[]
(package private) String[]
(package private) String[]
(package private) byte
(package private) boolean
(package private) boolean
(package private) String[]
(package private) byte
(package private) String[][]
(package private) boolean
(package private) boolean[]
(package private) String[]
(package private) DataRecord.ScopeData[]
(package private) String[]
(package private) String
(package private) String[]
(package private) String
(package private) String[]
(package private) boolean[]
(package private) byte
(package private) boolean
(package private) char
(package private) byte
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DataRecord
read
(String ln, RecordReader in) void
write
(RecordWriter out)
-
Field Details
-
pl
byte pl -
pluralNames
String[][] pluralNames -
genders
byte[] genders -
singularNames
String[] singularNames -
halfNames
String[] halfNames -
numberNames
String[] numberNames -
mediumNames
String[] mediumNames -
shortNames
String[] shortNames -
measures
String[] measures -
rqdSuffixes
String[] rqdSuffixes -
optSuffixes
String[] optSuffixes -
halves
String[] halves -
halfPlacements
byte[] halfPlacements -
halfSupport
byte[] halfSupport -
fifteenMinutes
String fifteenMinutes -
fiveMinutes
String fiveMinutes -
requiresDigitSeparator
boolean requiresDigitSeparator -
digitPrefix
String digitPrefix -
countSep
String countSep -
shortUnitSep
String shortUnitSep -
unitSep
String[] unitSep -
unitSepRequiresDP
boolean[] unitSepRequiresDP -
requiresSkipMarker
boolean[] requiresSkipMarker -
numberSystem
byte numberSystem -
zero
char zero -
decimalSep
char decimalSep -
omitSingularCount
boolean omitSingularCount -
omitDualCount
boolean omitDualCount -
zeroHandling
byte zeroHandling -
decimalHandling
byte decimalHandling -
fractionHandling
byte fractionHandling -
skippedUnitMarker
String skippedUnitMarker -
allowZero
boolean allowZero -
weeksAloneOnly
boolean weeksAloneOnly -
useMilliseconds
byte useMilliseconds -
scopeData
DataRecord.ScopeData[] scopeData
-
-
Constructor Details
-
DataRecord
public DataRecord()
-
-
Method Details
-
read
-
write
-