com.waveset.object
Class MetaEvent.Type
java.lang.Object
com.waveset.util.Enum
com.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.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DELETE
public static final MetaEvent.Type DELETE
ENABLE
public static final MetaEvent.Type ENABLE
DISABLE
public static final MetaEvent.Type DISABLE
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.