com.atlassian.jira.timezone
Interface RegionInfo

All Superinterfaces:
Comparable<RegionInfo>
All Known Implementing Classes:
RegionInfoImpl

public interface RegionInfo
extends Comparable<RegionInfo>

TimeZones are grouped by region.

Since:
v4.4

Method Summary
 String getDisplayName()
           
 String getKey()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getKey

String getKey()
Returns:
The key for this region.

getDisplayName

String getDisplayName()
Returns:
the i18n'ed display name for this region.


Copyright © 2002-2012 Atlassian. All Rights Reserved.