|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<GatewayTimezone>
com.amazonaws.services.storagegateway.model.GatewayTimezone
public enum GatewayTimezone
Gateway Timezone
Method Summary | |
---|---|
static GatewayTimezone |
fromValue(String value)
Use this in place of valueOf. |
String |
toString()
|
static GatewayTimezone |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GatewayTimezone[] |
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, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final GatewayTimezone GMT_MINUS_1200
public static final GatewayTimezone GMT_MINUS_1100
public static final GatewayTimezone GMT_MINUS_1000
public static final GatewayTimezone GMT_MINUS_900
public static final GatewayTimezone GMT_MINUS_800
public static final GatewayTimezone GMT_MINUS_700
public static final GatewayTimezone GMT_MINUS_600
public static final GatewayTimezone GMT_MINUS_500
public static final GatewayTimezone GMT_MINUS_400
public static final GatewayTimezone GMT_MINUS_330
public static final GatewayTimezone GMT_MINUS_300
public static final GatewayTimezone GMT_MINUS_200
public static final GatewayTimezone GMT_MINUS_100
public static final GatewayTimezone GMT
public static final GatewayTimezone GMT_PLUS_100
public static final GatewayTimezone GMT_PLUS_200
public static final GatewayTimezone GMT_PLUS_300
public static final GatewayTimezone GMT_PLUS_330
public static final GatewayTimezone GMT_PLUS_400
public static final GatewayTimezone GMT_PLUS_430
public static final GatewayTimezone GMT_PLUS_500
public static final GatewayTimezone GMT_PLUS_530
public static final GatewayTimezone GMT_PLUS_545
public static final GatewayTimezone GMT_PLUS_600
public static final GatewayTimezone GMT_PLUS_700
public static final GatewayTimezone GMT_PLUS_800
public static final GatewayTimezone GMT_PLUS_900
public static final GatewayTimezone GMT_PLUS_930
public static final GatewayTimezone GMT_PLUS_1000
public static final GatewayTimezone GMT_PLUS_1100
public static final GatewayTimezone GMT_PLUS_1200
Method Detail |
---|
public static GatewayTimezone[] values()
for (GatewayTimezone c : GatewayTimezone.values()) System.out.println(c);
public static GatewayTimezone 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 nullpublic String toString()
toString
in class Enum<GatewayTimezone>
public static GatewayTimezone fromValue(String value)
value
- real value
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |