public enum StorageProviderType extends Enum<StorageProviderType>
| Enum Constant and Description |
|---|
AMAZON_GLACIER |
AMAZON_S3 |
CHRONOPOLIS |
DPN |
IRODS |
TEST_RETRY |
TEST_VERIFY_CREATE |
TEST_VERIFY_DELETE |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static StorageProviderType |
fromString(String pt) |
String |
getName() |
String |
toString() |
static StorageProviderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageProviderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StorageProviderType AMAZON_S3
public static final StorageProviderType AMAZON_GLACIER
public static final StorageProviderType IRODS
public static final StorageProviderType DPN
public static final StorageProviderType CHRONOPOLIS
public static final StorageProviderType UNKNOWN
public static final StorageProviderType TEST_RETRY
public static final StorageProviderType TEST_VERIFY_CREATE
public static final StorageProviderType TEST_VERIFY_DELETE
public static StorageProviderType[] values()
for (StorageProviderType c : StorageProviderType.values()) System.out.println(c);
public static StorageProviderType 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 nullpublic static StorageProviderType fromString(String pt)
public String toString()
toString in class Enum<StorageProviderType>public String getName()
Copyright © 2015–2018 DuraSpace. All rights reserved.