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 Object
A class used for returning the name search result used byTimeZoneGenericNames.find(String, int, EnumSet).
-
-
Constructor Summary
Constructors Constructor Description GenericMatchInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intmatchLength()TimeZoneGenericNames.GenericNameTypenameType()TimeZoneFormat.TimeTypetimeType()StringtzID()
-
-
-
Method Detail
-
nameType
public TimeZoneGenericNames.GenericNameType nameType()
-
tzID
public String tzID()
-
timeType
public TimeZoneFormat.TimeType timeType()
-
matchLength
public int matchLength()
-
-