public class ArchiveCallsType
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static ArchiveCallsType |
ALL_CALLS |
static ArchiveCallsType |
FOUND_CALLS |
static ArchiveCallsType |
TAGGED_CALLS |
static ArchiveCallsType[] |
types |
static ArchiveCallsType |
UNARCHIVED_CALLS |
Constructor and Description |
---|
ArchiveCallsType() |
Modifier and Type | Method and Description |
---|---|
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() |
public static final ArchiveCallsType[] types
public static final ArchiveCallsType ALL_CALLS
public static final ArchiveCallsType FOUND_CALLS
public static final ArchiveCallsType UNARCHIVED_CALLS
public static final ArchiveCallsType TAGGED_CALLS
public static ArchiveCallsType lookup(ArchiveCallsType t)
public static ArchiveCallsType lookup(java.lang.String t)
public static ArchiveCallsType lookup(int i)
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.