public static enum Registry.WOW extends java.lang.Enum<Registry.WOW>
Modifier and Type | Field and Description |
---|---|
java.lang.Integer |
value |
Modifier and Type | Method and Description |
---|---|
static Registry.WOW |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Registry.WOW[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Registry.WOW CURRENT
public static final Registry.WOW X32
public static final Registry.WOW X64
public static Registry.WOW[] values()
for (Registry.WOW c : Registry.WOW.values()) System.out.println(c);
public static Registry.WOW valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.