|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.bea.domingo.http.DominoTimeZone
public final class DominoTimeZone
Enumeration of all possible time zones in Lotus Notes.
Field Summary | |
---|---|
static java.lang.String |
DST_NOT_OBSERVED
value for field tz_dst for 'dailight saving time not observed'. |
static java.lang.String |
DST_OBSERVED
value for field tz_dst for 'dailight saving time observed'. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static DominoTimeZone |
get(java.lang.String name)
Returns the time zone value for a given name. |
java.lang.String |
getName()
The name of the time zone. |
java.lang.String |
getTimeZones()
The value of the time zone. |
java.util.Collection |
getTimeZoneValues()
Collection of all time zone values. |
java.lang.String |
getValue()
The value of the time zone. |
int |
hashCode()
|
boolean |
isDst()
Returns whether daylight saving time should be observed. |
static DominoTimeZone |
searchTimeZone(java.lang.String searchString)
Returns the time zone value for a given search string. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DST_NOT_OBSERVED
public static final java.lang.String DST_OBSERVED
Method Detail |
---|
public static DominoTimeZone get(java.lang.String name)
name
- exact name of a time zone
public static DominoTimeZone searchTimeZone(java.lang.String searchString)
The search string is simply a partial string of a time zone name.
searchString
- search string of a time zone
null
if not foundpublic boolean isDst()
true
if daylight saving time should be observed,
else false
public java.lang.String getName()
public java.lang.String getValue()
public java.lang.String getTimeZones()
public java.util.Collection getTimeZoneValues()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |