public static enum JNIMethods.ARCHType extends java.lang.Enum<JNIMethods.ARCHType>
Enum Constant and Description |
---|
PPC |
PPC_64 |
SPARC |
UNKNOWN |
X86 |
X86_64 |
Modifier and Type | Method and Description |
---|---|
static JNIMethods.ARCHType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JNIMethods.ARCHType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JNIMethods.ARCHType PPC
public static final JNIMethods.ARCHType PPC_64
public static final JNIMethods.ARCHType SPARC
public static final JNIMethods.ARCHType UNKNOWN
public static final JNIMethods.ARCHType X86
public static final JNIMethods.ARCHType X86_64
public static JNIMethods.ARCHType[] values()
for (JNIMethods.ARCHType c : JNIMethods.ARCHType.values()) System.out.println(c);
public static JNIMethods.ARCHType 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 null