|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Account.Type>
org.jclouds.cloudstack.domain.Account.Type
public static enum Account.Type
| Enum Constant Summary | |
|---|---|
ADMIN
full API access. |
|
DOMAIN_ADMIN
full API access within a domain. |
|
UNRECOGNIZED
|
|
USER
API access for all the resources associated with their account. |
|
| Method Summary | |
|---|---|
static Account.Type |
fromValue(String type)
|
String |
toString()
|
static Account.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Account.Type[] |
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 |
|---|
public static final Account.Type USER
public static final Account.Type ADMIN
public static final Account.Type DOMAIN_ADMIN
public static final Account.Type UNRECOGNIZED
| Method Detail |
|---|
public static Account.Type[] values()
for (Account.Type c : Account.Type.values()) System.out.println(c);
public static Account.Type 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<Account.Type>public static Account.Type fromValue(String type)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||