public enum GuestRegKeyWowSpec extends Enum<GuestRegKeyWowSpec>
Java class for GuestRegKeyWowSpec.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="GuestRegKeyWowSpec">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="WOWNative"/>
<enumeration value="WOW32"/>
<enumeration value="WOW64"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
WOW_32 |
WOW_64 |
WOW_NATIVE |
| Modifier and Type | Method and Description |
|---|---|
static GuestRegKeyWowSpec |
fromValue(String v) |
String |
value() |
static GuestRegKeyWowSpec |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GuestRegKeyWowSpec[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GuestRegKeyWowSpec WOW_NATIVE
public static final GuestRegKeyWowSpec WOW_32
public static final GuestRegKeyWowSpec WOW_64
public static GuestRegKeyWowSpec[] values()
for (GuestRegKeyWowSpec c : GuestRegKeyWowSpec.values()) System.out.println(c);
public static GuestRegKeyWowSpec 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 GuestRegKeyWowSpec fromValue(String v)
Copyright © 2018. All rights reserved.