|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Jurisdiction>
org.dasein.cloud.services.dc.Jurisdiction
public enum Jurisdiction
Represents the legal context of a given region of data centers. Given knowledge about the region in which resources are being used, an application can make determinations on how data from those resources may be shared.
| Enum Constant Summary | |
|---|---|
AU
Australia |
|
EU
The European Union |
|
JP
Japan |
|
OTHER
Other jurisdiction |
|
SG
Singapore |
|
US
The United States of America |
|
| Method Summary | |
|---|---|
static Jurisdiction |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Jurisdiction[] |
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 Jurisdiction AU
public static final Jurisdiction JP
public static final Jurisdiction EU
public static final Jurisdiction US
public static final Jurisdiction SG
public static final Jurisdiction OTHER
| Method Detail |
|---|
public static Jurisdiction[] values()
for (Jurisdiction c : Jurisdiction.values()) System.out.println(c);
public static Jurisdiction 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 | |||||||||
Copyright © 2009 enStratus Networks LLC – Available under the terms of the Artistic License 2.0.