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