com.arunta.base.settings
Class RODModeType

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

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

Enum for supported recording modes.

See Also:
Serialized Form

Field Summary
static RODModeType ADD_NOTES_ONLY
           
static RODModeType DISALLOW
           
static RODModeType DO_NOT_RECORD_BY_DEFAULT
           
static RODModeType RECORD_BY_DEFAULT
           
static RODModeType RECORD_PARTIAL_CALLS
           
static RODModeType[] types
           
 
Constructor Summary
RODModeType()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
static java.lang.String[] getNames()
           
 int getType()
           
static RODModeType lookup(int t)
           
static RODModeType lookup(RODModeType t)
           
static RODModeType lookup(java.lang.String 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 RODModeType[] types

DISALLOW

public static final RODModeType DISALLOW

RECORD_BY_DEFAULT

public static final RODModeType RECORD_BY_DEFAULT

DO_NOT_RECORD_BY_DEFAULT

public static final RODModeType DO_NOT_RECORD_BY_DEFAULT

ADD_NOTES_ONLY

public static final RODModeType ADD_NOTES_ONLY

RECORD_PARTIAL_CALLS

public static final RODModeType RECORD_PARTIAL_CALLS
Constructor Detail

RODModeType

public RODModeType()
Method Detail

lookup

public static RODModeType lookup(RODModeType t)

lookup

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

lookup

public static RODModeType 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.