|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Platform>
com.jme3.system.Platform
public enum Platform
Enum Constant Summary | |
---|---|
Android_ARM5
Android ARM5 |
|
Android_ARM6
Android ARM6 |
|
Android_ARM7
Android ARM7 |
|
Android_X86
Android x86 |
|
Linux32
Linux 32 bit |
|
Linux64
Linux 64 bit |
|
MacOSX_PPC32
Apple Mac OS X 32 bit PowerPC |
|
MacOSX_PPC64
Apple Mac OS X 64 bit PowerPC |
|
MacOSX32
Apple Mac OS X 32 bit |
|
MacOSX64
Apple Mac OS X 64 bit |
|
Windows32
Microsoft Windows 32 bit |
|
Windows64
Microsoft Windows 64 bit |
Method Summary | |
---|---|
static Platform |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Platform[] |
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 Windows32
public static final Platform Windows64
public static final Platform Linux32
public static final Platform Linux64
public static final Platform MacOSX32
public static final Platform MacOSX64
public static final Platform MacOSX_PPC32
public static final Platform MacOSX_PPC64
public static final Platform Android_ARM5
public static final Platform Android_ARM6
public static final Platform Android_ARM7
public static final Platform Android_X86
Method Detail |
---|
public static Platform[] values()
for (Platform c : Platform.values()) System.out.println(c);
public static Platform 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 name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |