|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Platform.CPUFamily>
com.jogamp.common.os.Platform.CPUFamily
public static enum Platform.CPUFamily
Enum Constant Summary | |
---|---|
ARM
ARM |
|
IA64
Itanium |
|
PA_RISC
PA RISC |
|
PPC
Power PC |
|
SPARC
SPARC |
|
X86
AMD/Intel |
Field Summary | |
---|---|
int |
id
|
Method Summary | |
---|---|
static Platform.CPUFamily |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Platform.CPUFamily[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Platform.CPUFamily X86
public static final Platform.CPUFamily ARM
public static final Platform.CPUFamily PPC
public static final Platform.CPUFamily SPARC
public static final Platform.CPUFamily PA_RISC
public static final Platform.CPUFamily IA64
Field Detail |
---|
public final int id
Method Detail |
---|
public static Platform.CPUFamily[] values()
for (Platform.CPUFamily c : Platform.CPUFamily.values()) System.out.println(c);
public static Platform.CPUFamily valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |