public enum StorageResource extends Enum<StorageResource>
| Enum Constant and Description |
|---|
CANNOT_INIT_NO_PROVIDER |
CANNOT_REFRESH |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Gets the value of this enum constant.
|
String |
toString() |
static StorageResource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageResource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StorageResource CANNOT_REFRESH
public static final StorageResource CANNOT_INIT_NO_PROVIDER
public static StorageResource[] values()
for (StorageResource c : StorageResource.values()) System.out.println(c);
public static StorageResource 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 String getValue()
public String toString()
toString in class Enum<StorageResource>Copyright © 2010-2020 Toolsverse. All Rights Reserved.