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