Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.storagegateway.model
Enum GatewayTimezone

java.lang.Object
  extended by java.lang.Enum<GatewayTimezone>
      extended by com.amazonaws.services.storagegateway.model.GatewayTimezone
All Implemented Interfaces:
Serializable, Comparable<GatewayTimezone>

public enum GatewayTimezone
extends Enum<GatewayTimezone>

Gateway Timezone


Enum Constant Summary
GMT
           
GMT_MINUS_100
           
GMT_MINUS_1000
           
GMT_MINUS_1100
           
GMT_MINUS_1200
           
GMT_MINUS_200
           
GMT_MINUS_300
           
GMT_MINUS_330
           
GMT_MINUS_400
           
GMT_MINUS_500
           
GMT_MINUS_600
           
GMT_MINUS_700
           
GMT_MINUS_800
           
GMT_MINUS_900
           
GMT_PLUS_100
           
GMT_PLUS_1000
           
GMT_PLUS_1100
           
GMT_PLUS_1200
           
GMT_PLUS_200
           
GMT_PLUS_300
           
GMT_PLUS_330
           
GMT_PLUS_400
           
GMT_PLUS_430
           
GMT_PLUS_500
           
GMT_PLUS_530
           
GMT_PLUS_545
           
GMT_PLUS_600
           
GMT_PLUS_700
           
GMT_PLUS_800
           
GMT_PLUS_900
           
GMT_PLUS_930
           
 
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

GMT_MINUS_1200

public static final GatewayTimezone GMT_MINUS_1200

GMT_MINUS_1100

public static final GatewayTimezone GMT_MINUS_1100

GMT_MINUS_1000

public static final GatewayTimezone GMT_MINUS_1000

GMT_MINUS_900

public static final GatewayTimezone GMT_MINUS_900

GMT_MINUS_800

public static final GatewayTimezone GMT_MINUS_800

GMT_MINUS_700

public static final GatewayTimezone GMT_MINUS_700

GMT_MINUS_600

public static final GatewayTimezone GMT_MINUS_600

GMT_MINUS_500

public static final GatewayTimezone GMT_MINUS_500

GMT_MINUS_400

public static final GatewayTimezone GMT_MINUS_400

GMT_MINUS_330

public static final GatewayTimezone GMT_MINUS_330

GMT_MINUS_300

public static final GatewayTimezone GMT_MINUS_300

GMT_MINUS_200

public static final GatewayTimezone GMT_MINUS_200

GMT_MINUS_100

public static final GatewayTimezone GMT_MINUS_100

GMT

public static final GatewayTimezone GMT

GMT_PLUS_100

public static final GatewayTimezone GMT_PLUS_100

GMT_PLUS_200

public static final GatewayTimezone GMT_PLUS_200

GMT_PLUS_300

public static final GatewayTimezone GMT_PLUS_300

GMT_PLUS_330

public static final GatewayTimezone GMT_PLUS_330

GMT_PLUS_400

public static final GatewayTimezone GMT_PLUS_400

GMT_PLUS_430

public static final GatewayTimezone GMT_PLUS_430

GMT_PLUS_500

public static final GatewayTimezone GMT_PLUS_500

GMT_PLUS_530

public static final GatewayTimezone GMT_PLUS_530

GMT_PLUS_545

public static final GatewayTimezone GMT_PLUS_545

GMT_PLUS_600

public static final GatewayTimezone GMT_PLUS_600

GMT_PLUS_700

public static final GatewayTimezone GMT_PLUS_700

GMT_PLUS_800

public static final GatewayTimezone GMT_PLUS_800

GMT_PLUS_900

public static final GatewayTimezone GMT_PLUS_900

GMT_PLUS_930

public static final GatewayTimezone GMT_PLUS_930

GMT_PLUS_1000

public static final GatewayTimezone GMT_PLUS_1000

GMT_PLUS_1100

public static final GatewayTimezone GMT_PLUS_1100

GMT_PLUS_1200

public static final GatewayTimezone GMT_PLUS_1200
Method Detail

values

public static GatewayTimezone[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (GatewayTimezone c : GatewayTimezone.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static GatewayTimezone valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

toString

public String toString()
Overrides:
toString in class Enum<GatewayTimezone>

fromValue

public static GatewayTimezone fromValue(String value)
Use this in place of valueOf.

Parameters:
value - real value
Returns:
GatewayTimezone corresponding to the value


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.