public static enum StorageProviderCredential.ProviderType extends Enum<StorageProviderCredential.ProviderType>
| Enum Constant and Description |
|---|
AMAZON_GLACIER |
AMAZON_S3 |
RACKSPACE |
SDSC |
| Modifier and Type | Method and Description |
|---|---|
static StorageProviderCredential.ProviderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageProviderCredential.ProviderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StorageProviderCredential.ProviderType AMAZON_S3
public static final StorageProviderCredential.ProviderType RACKSPACE
public static final StorageProviderCredential.ProviderType AMAZON_GLACIER
public static final StorageProviderCredential.ProviderType SDSC
public static StorageProviderCredential.ProviderType[] values()
for (StorageProviderCredential.ProviderType c : StorageProviderCredential.ProviderType.values()) System.out.println(c);
public static StorageProviderCredential.ProviderType 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–2018 DuraSpace. All rights reserved.