com.arunta.base.settings
Class ArchiveCallsType

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

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

Enum for calls to be archived.

See Also:
Serialized Form

Field Summary
static ArchiveCallsType ALL_CALLS
           
static ArchiveCallsType FOUND_CALLS
           
static ArchiveCallsType TAGGED_CALLS
           
static ArchiveCallsType[] types
           
static ArchiveCallsType UNARCHIVED_CALLS
           
 
Constructor Summary
ArchiveCallsType()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
static java.lang.String[] getNames()
           
 int getType()
           
static ArchiveCallsType lookup(ArchiveCallsType t)
           
static ArchiveCallsType lookup(int i)
           
static ArchiveCallsType 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 ArchiveCallsType[] types

ALL_CALLS

public static final ArchiveCallsType ALL_CALLS

FOUND_CALLS

public static final ArchiveCallsType FOUND_CALLS

UNARCHIVED_CALLS

public static final ArchiveCallsType UNARCHIVED_CALLS

TAGGED_CALLS

public static final ArchiveCallsType TAGGED_CALLS
Constructor Detail

ArchiveCallsType

public ArchiveCallsType()
Method Detail

lookup

public static ArchiveCallsType lookup(ArchiveCallsType t)

lookup

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

lookup

public static ArchiveCallsType lookup(int i)

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.