com.metaio.sdk.jni
Enum ERENDER_SYSTEM

java.lang.Object
  extended by java.lang.Enum<ERENDER_SYSTEM>
      extended by com.metaio.sdk.jni.ERENDER_SYSTEM
All Implemented Interfaces:
Serializable, Comparable<ERENDER_SYSTEM>

public enum ERENDER_SYSTEM
extends Enum<ERENDER_SYSTEM>


Enum Constant Summary
ERENDER_SYSTEM_NULL
           
ERENDER_SYSTEM_OPENGL
           
ERENDER_SYSTEM_OPENGL_ES_2_0
           
ERENDER_SYSTEM_OPENGL_EXTERNAL
           
 
Method Summary
static ERENDER_SYSTEM swigToEnum(int swigValue)
           
 int swigValue()
           
static ERENDER_SYSTEM valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ERENDER_SYSTEM[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ERENDER_SYSTEM_NULL

public static final ERENDER_SYSTEM ERENDER_SYSTEM_NULL

ERENDER_SYSTEM_OPENGL

public static final ERENDER_SYSTEM ERENDER_SYSTEM_OPENGL

ERENDER_SYSTEM_OPENGL_EXTERNAL

public static final ERENDER_SYSTEM ERENDER_SYSTEM_OPENGL_EXTERNAL

ERENDER_SYSTEM_OPENGL_ES_2_0

public static final ERENDER_SYSTEM ERENDER_SYSTEM_OPENGL_ES_2_0
Method Detail

values

public static ERENDER_SYSTEM[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ERENDER_SYSTEM c : ERENDER_SYSTEM.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ERENDER_SYSTEM valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

swigValue

public final int swigValue()

swigToEnum

public static ERENDER_SYSTEM swigToEnum(int swigValue)