|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<GeneralizedTime.TimeZoneFormat>
org.apache.directory.api.util.GeneralizedTime.TimeZoneFormat
public static enum GeneralizedTime.TimeZoneFormat
The time zone format of the generalized time.
| Enum Constant Summary | |
|---|---|
DIFF_HOUR
g-differential format, using hour only. |
|
DIFF_HOUR_MINUTE
g-differential format, using hour and minute. |
|
Z
g-time-zone (Zulu) format. |
|
| Method Summary | |
|---|---|
static GeneralizedTime.TimeZoneFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GeneralizedTime.TimeZoneFormat[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final GeneralizedTime.TimeZoneFormat Z
public static final GeneralizedTime.TimeZoneFormat DIFF_HOUR
public static final GeneralizedTime.TimeZoneFormat DIFF_HOUR_MINUTE
| Method Detail |
|---|
public static GeneralizedTime.TimeZoneFormat[] values()
for (GeneralizedTime.TimeZoneFormat c : GeneralizedTime.TimeZoneFormat.values()) System.out.println(c);
public static GeneralizedTime.TimeZoneFormat valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||