Package com.ibm.icu.impl
Class TimeZoneGenericNames.GenericMatchInfo
- java.lang.Object
-
- com.ibm.icu.impl.TimeZoneGenericNames.GenericMatchInfo
-
- Enclosing class:
- TimeZoneGenericNames
public static class TimeZoneGenericNames.GenericMatchInfo extends java.lang.Object
A class used for returning the name search result used byTimeZoneGenericNames.find(String, int, EnumSet)
.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
matchLength
(package private) TimeZoneGenericNames.GenericNameType
nameType
(package private) TimeZoneFormat.TimeType
timeType
(package private) java.lang.String
tzID
-
Constructor Summary
Constructors Modifier Constructor Description private
GenericMatchInfo(TimeZoneGenericNames.GenericNameType nameType, java.lang.String tzID, int matchLength)
private
GenericMatchInfo(TimeZoneGenericNames.GenericNameType nameType, java.lang.String tzID, int matchLength, TimeZoneFormat.TimeType timeType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
matchLength()
TimeZoneGenericNames.GenericNameType
nameType()
TimeZoneFormat.TimeType
timeType()
java.lang.String
tzID()
-
-
-
Field Detail
-
nameType
final TimeZoneGenericNames.GenericNameType nameType
-
tzID
final java.lang.String tzID
-
matchLength
final int matchLength
-
timeType
final TimeZoneFormat.TimeType timeType
-
-
Constructor Detail
-
GenericMatchInfo
private GenericMatchInfo(TimeZoneGenericNames.GenericNameType nameType, java.lang.String tzID, int matchLength)
-
GenericMatchInfo
private GenericMatchInfo(TimeZoneGenericNames.GenericNameType nameType, java.lang.String tzID, int matchLength, TimeZoneFormat.TimeType timeType)
-
-
Method Detail
-
nameType
public TimeZoneGenericNames.GenericNameType nameType()
-
tzID
public java.lang.String tzID()
-
timeType
public TimeZoneFormat.TimeType timeType()
-
matchLength
public int matchLength()
-
-