com.ibm.icu.text
Class TimeZoneNames.Factory

java.lang.Object
  extended by com.ibm.icu.text.TimeZoneNames.Factory
Enclosing class:
TimeZoneNames

public abstract static class TimeZoneNames.Factory
extends Object

The super class of TimeZoneNames service factory classes.

Status:
Internal. This API is ICU internal only.

Constructor Summary
TimeZoneNames.Factory()
           
 
Method Summary
abstract  TimeZoneNames getTimeZoneNames(ULocale locale)
          The factory method of TimeZoneNames.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeZoneNames.Factory

public TimeZoneNames.Factory()
Method Detail

getTimeZoneNames

public abstract TimeZoneNames getTimeZoneNames(ULocale locale)
The factory method of TimeZoneNames.

Parameters:
locale - The display locale
Returns:
An instance of TimeZoneNames.
Status:
Internal. This API is ICU internal only.


Copyright (c) 2011 IBM Corporation and others.