org.jclouds.googlecloudstorage.domain
Enum DomainResourceRefferences.Location

java.lang.Object
  extended by java.lang.Enum<DomainResourceRefferences.Location>
      extended by org.jclouds.googlecloudstorage.domain.DomainResourceRefferences.Location
All Implemented Interfaces:
Serializable, Comparable<DomainResourceRefferences.Location>
Enclosing class:
DomainResourceRefferences

public static enum DomainResourceRefferences.Location
extends Enum<DomainResourceRefferences.Location>


Enum Constant Summary
ASIA
           
ASIA_EAST1
           
EU
           
US
           
US_CENTRAL1
           
US_CENTRAL2
           
US_EAST1
           
US_EAST2
           
US_EAST3
           
US_WEST1
           
 
Method Summary
static DomainResourceRefferences.Location fromValue(String location)
           
 String toString()
           
 String value()
           
static DomainResourceRefferences.Location valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DomainResourceRefferences.Location[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ASIA

public static final DomainResourceRefferences.Location ASIA

EU

public static final DomainResourceRefferences.Location EU

US

public static final DomainResourceRefferences.Location US

ASIA_EAST1

public static final DomainResourceRefferences.Location ASIA_EAST1

US_CENTRAL1

public static final DomainResourceRefferences.Location US_CENTRAL1

US_CENTRAL2

public static final DomainResourceRefferences.Location US_CENTRAL2

US_EAST1

public static final DomainResourceRefferences.Location US_EAST1

US_EAST2

public static final DomainResourceRefferences.Location US_EAST2

US_EAST3

public static final DomainResourceRefferences.Location US_EAST3

US_WEST1

public static final DomainResourceRefferences.Location US_WEST1
Method Detail

values

public static DomainResourceRefferences.Location[] 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 (DomainResourceRefferences.Location c : DomainResourceRefferences.Location.values())
    System.out.println(c);

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

valueOf

public static DomainResourceRefferences.Location 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

value

public String value()

toString

public String toString()
Overrides:
toString in class Enum<DomainResourceRefferences.Location>

fromValue

public static DomainResourceRefferences.Location fromValue(String location)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.