public class TriggerType
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static TriggerType |
MANUAL |
static TriggerType |
OFF |
static TriggerType |
OFF_HOOK_1 |
static TriggerType |
OFF_HOOK_2 |
static TriggerType |
OFF_HOOK_3 |
static TriggerType |
OFF_HOOK_4 |
static TriggerType |
OFF_HOOK_5 |
static TriggerType |
OFF_HOOK_6 |
static TriggerType[] |
types |
static TriggerType |
VOX_1 |
static TriggerType |
VOX_2 |
static TriggerType |
VOX_3 |
static TriggerType |
VOX_4 |
static TriggerType |
VOX_5 |
static TriggerType |
VOX_6 |
Constructor and Description |
---|
TriggerType() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
static java.lang.String[] |
getNames() |
int |
getType() |
static TriggerType |
lookup(int t) |
static TriggerType |
lookup(java.lang.String t) |
static TriggerType |
lookup(TriggerType t) |
void |
setType(int type) |
java.lang.String |
toString() |
public static final TriggerType[] types
public static final TriggerType OFF
public static final TriggerType OFF_HOOK_1
public static final TriggerType OFF_HOOK_2
public static final TriggerType OFF_HOOK_3
public static final TriggerType OFF_HOOK_4
public static final TriggerType OFF_HOOK_5
public static final TriggerType OFF_HOOK_6
public static final TriggerType VOX_1
public static final TriggerType VOX_2
public static final TriggerType VOX_3
public static final TriggerType VOX_4
public static final TriggerType VOX_5
public static final TriggerType VOX_6
public static final TriggerType MANUAL
public static TriggerType lookup(TriggerType t)
public static TriggerType lookup(java.lang.String t)
public static TriggerType lookup(int t)
public static java.lang.String[] getNames()
public int getType()
public void setType(int type)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.