|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TZOffsetOption>
com.teraspaces.qwfix.TZOffsetOption
public enum TZOffsetOption
Defines the options that decides how the time offset in FIXTZTimeOnly or FIXTZTimestamp is represented.
| Enum Constant Summary | |
|---|---|
HOUR_AND_MINUTE
Both hour and minute will be displayed, even if minute is 0. |
|
HOUR_ONLY
Only hour is available. |
|
NONE
No offset is available. |
|
| Method Summary | |
|---|---|
static TZOffsetOption |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TZOffsetOption[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, 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 TZOffsetOption NONE
public static final TZOffsetOption HOUR_ONLY
public static final TZOffsetOption HOUR_AND_MINUTE
| Method Detail |
|---|
public static TZOffsetOption[] values()
for (TZOffsetOption c : TZOffsetOption.values()) System.out.println(c);
public static TZOffsetOption 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 | All Classes | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||