com.metaio.sdk.jni
Enum EAREL_MEDIA_EVENT

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

public enum EAREL_MEDIA_EVENT
extends Enum<EAREL_MEDIA_EVENT>


Enum Constant Summary
EAME_SOUND_COMPLETE
           
EAME_VIDEO_CLOSED
           
EAME_WEBSITE_CLOSED
           
 
Method Summary
static EAREL_MEDIA_EVENT swigToEnum(int swigValue)
           
 int swigValue()
           
static EAREL_MEDIA_EVENT valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EAREL_MEDIA_EVENT[] 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

EAME_WEBSITE_CLOSED

public static final EAREL_MEDIA_EVENT EAME_WEBSITE_CLOSED

EAME_VIDEO_CLOSED

public static final EAREL_MEDIA_EVENT EAME_VIDEO_CLOSED

EAME_SOUND_COMPLETE

public static final EAREL_MEDIA_EVENT EAME_SOUND_COMPLETE
Method Detail

values

public static EAREL_MEDIA_EVENT[] 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 (EAREL_MEDIA_EVENT c : EAREL_MEDIA_EVENT.values())
    System.out.println(c);

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

valueOf

public static EAREL_MEDIA_EVENT 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 EAREL_MEDIA_EVENT swigToEnum(int swigValue)