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