public enum Qcow2OverlapCheckMode extends Enum<Qcow2OverlapCheckMode>
QApiEnumDescriptor{name=Qcow2OverlapCheckMode, data=[none, constant, cached, all], fields=null}
Enum Constant and Description |
---|
__UNKNOWN |
all |
cached |
constant |
none |
Modifier and Type | Method and Description |
---|---|
String |
getJsonValue() |
static Qcow2OverlapCheckMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Qcow2OverlapCheckMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Qcow2OverlapCheckMode none
public static final Qcow2OverlapCheckMode constant
public static final Qcow2OverlapCheckMode cached
public static final Qcow2OverlapCheckMode all
public static final Qcow2OverlapCheckMode __UNKNOWN
public static Qcow2OverlapCheckMode[] values()
for (Qcow2OverlapCheckMode c : Qcow2OverlapCheckMode.values()) System.out.println(c);
public static Qcow2OverlapCheckMode 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 getJsonValue()