org.kinsources.kiwa.utils
Class GMTShortList

java.lang.Object
  extended by org.kinsources.kiwa.utils.GMTShortList

public final class GMTShortList
extends java.lang.Object


Method Summary
 java.lang.String[] get()
           
 java.lang.String getId(int index)
           
 java.lang.String getLabel(int index)
           
 int indexOf(org.joda.time.DateTimeZone dateTimeZone)
           
 int indexOf(java.util.TimeZone timeZone)
           
static GMTShortList instance()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public java.lang.String[] get()

getId

public java.lang.String getId(int index)
Parameters:
index -
Returns:

getLabel

public java.lang.String getLabel(int index)
Parameters:
index -
Returns:

indexOf

public int indexOf(org.joda.time.DateTimeZone dateTimeZone)
Parameters:
value -
Returns:

indexOf

public int indexOf(java.util.TimeZone timeZone)
Parameters:
value -
Returns:

size

public int size()
Returns:

instance

public static GMTShortList instance()
Returns: