Uses of Enum
com.ibm.icu.impl.TimeZoneGenericNames.Pattern
Packages that use TimeZoneGenericNames.Pattern
-
Uses of TimeZoneGenericNames.Pattern in com.ibm.icu.impl
Subclasses with type arguments of type TimeZoneGenericNames.Pattern in com.ibm.icu.implModifier and TypeClassDescriptionstatic enumFormat pattern enum used for composing location and partial location namesMethods in com.ibm.icu.impl that return TimeZoneGenericNames.PatternModifier and TypeMethodDescriptionstatic TimeZoneGenericNames.PatternReturns the enum constant of this type with the specified name.static TimeZoneGenericNames.Pattern[]TimeZoneGenericNames.Pattern.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.impl with parameters of type TimeZoneGenericNames.PatternModifier and TypeMethodDescriptionprivate StringTimeZoneGenericNames.formatPattern(TimeZoneGenericNames.Pattern pat, String... args) Private simple pattern formatter used for formatting generic location names and partial location names.TimeZoneGenericNames.setFormatPattern(TimeZoneGenericNames.Pattern patType, String patStr) Sets the pattern string for the pattern type.