public static enum StorageAccount.OPTS extends Enum<StorageAccount.OPTS>
| Enum Constant and Description |
|---|
BASE_DIRECTORY |
HOST |
PORT |
RESOURCE |
STORAGE_CLASS |
ZONE |
| Modifier and Type | Method and Description |
|---|---|
static StorageAccount.OPTS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageAccount.OPTS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StorageAccount.OPTS STORAGE_CLASS
public static final StorageAccount.OPTS ZONE
public static final StorageAccount.OPTS PORT
public static final StorageAccount.OPTS HOST
public static final StorageAccount.OPTS BASE_DIRECTORY
public static final StorageAccount.OPTS RESOURCE
public static StorageAccount.OPTS[] values()
for (StorageAccount.OPTS c : StorageAccount.OPTS.values()) System.out.println(c);
public static StorageAccount.OPTS valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2009-2013 DuraSpace. All Rights Reserved.