com.arunta.base.settings
Class TriggerType

java.lang.Object
  extended by com.arunta.base.settings.TriggerType
All Implemented Interfaces:
java.io.Serializable

public class TriggerType
extends java.lang.Object
implements java.io.Serializable

Enum for supported recording trigger types.

See Also:
Serialized Form

Field Summary
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 Summary
TriggerType()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

types

public static final TriggerType[] types

OFF

public static final TriggerType OFF

OFF_HOOK_1

public static final TriggerType OFF_HOOK_1

OFF_HOOK_2

public static final TriggerType OFF_HOOK_2

OFF_HOOK_3

public static final TriggerType OFF_HOOK_3

OFF_HOOK_4

public static final TriggerType OFF_HOOK_4

OFF_HOOK_5

public static final TriggerType OFF_HOOK_5

OFF_HOOK_6

public static final TriggerType OFF_HOOK_6

VOX_1

public static final TriggerType VOX_1

VOX_2

public static final TriggerType VOX_2

VOX_3

public static final TriggerType VOX_3

VOX_4

public static final TriggerType VOX_4

VOX_5

public static final TriggerType VOX_5

VOX_6

public static final TriggerType VOX_6

MANUAL

public static final TriggerType MANUAL
Constructor Detail

TriggerType

public TriggerType()
Method Detail

lookup

public static TriggerType lookup(TriggerType t)

lookup

public static TriggerType lookup(java.lang.String t)

lookup

public static TriggerType lookup(int t)

getNames

public static java.lang.String[] getNames()

getType

public int getType()

setType

public void setType(int type)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.