|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Platform.CPUType>
com.jogamp.common.os.Platform.CPUType
public static enum Platform.CPUType
Enum Constant Summary | |
---|---|
ARM
ARM default |
|
ARMv5
ARM7EJ, ARM9E, ARM10E, XScale |
|
ARMv6
ARM11 |
|
ARMv7
ARM Cortex |
|
IA64
Itanium default |
|
PA_RISC2_0
PA_RISC2_0 |
|
PPC
PPC default |
|
SPARC_32
SPARC 32bit |
|
SPARCV9_64
SPARC 64bit |
|
X86_32
X86 32bit |
|
X86_64
X86 64bit |
Field Summary | |
---|---|
Platform.CPUFamily |
family
|
int |
id
|
Method Summary | |
---|---|
Platform.CPUFamily |
getFamily()
|
static Platform.CPUType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Platform.CPUType[] |
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.CPUType X86_32
public static final Platform.CPUType X86_64
public static final Platform.CPUType ARM
public static final Platform.CPUType ARMv5
public static final Platform.CPUType ARMv6
public static final Platform.CPUType ARMv7
public static final Platform.CPUType PPC
public static final Platform.CPUType SPARC_32
public static final Platform.CPUType SPARCV9_64
public static final Platform.CPUType IA64
public static final Platform.CPUType PA_RISC2_0
Field Detail |
---|
public final int id
public final Platform.CPUFamily family
Method Detail |
---|
public static Platform.CPUType[] values()
for (Platform.CPUType c : Platform.CPUType.values()) System.out.println(c);
public static Platform.CPUType 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 nullpublic Platform.CPUFamily getFamily()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |