com.waveset.object
Class MetaEvent.Type

java.lang.Object
  extended bycom.waveset.util.Enum
      extended bycom.waveset.object.MetaEvent.Type
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
MetaEvent

public static final class MetaEvent.Type
extends Enum

Enumeration class of the event types to detect.


Field Summary
static MetaEvent.Type DELETE
           
static MetaEvent.Type DISABLE
           
static MetaEvent.Type ENABLE
           
 
Method Summary
static MetaEvent.Type getType(java.lang.String name)
          Get a Type by name.
 
Methods inherited from class com.waveset.util.Enum
compareTo, equals, getDisplayName, getEnumByName, getEnums, getName, getOrdinal, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DELETE

public static final MetaEvent.Type DELETE

ENABLE

public static final MetaEvent.Type ENABLE

DISABLE

public static final MetaEvent.Type DISABLE
Method Detail

getType

public static MetaEvent.Type getType(java.lang.String name)
Get a Type by name.

Parameters:
name - The name of the type.
Returns:
A Type with the given name.