public enum StorageDomainType extends Enum<StorageDomainType>
Modifier and Type | Method and Description |
---|---|
static StorageDomainType |
fromValue(String value) |
String |
value() |
static StorageDomainType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageDomainType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StorageDomainType DATA
public static final StorageDomainType ISO
public static final StorageDomainType EXPORT
public static StorageDomainType[] values()
for (StorageDomainType c : StorageDomainType.values()) System.out.println(c);
public static StorageDomainType 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 value()
public static StorageDomainType fromValue(String value)
Copyright © 2012. All Rights Reserved.