com.arunta.base.settings
Class ChannelType

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

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

Enum for different types of recorder channels.

See Also:
Serialized Form

Field Summary
static ChannelType ANALOG
           
static ChannelType ISDN
           
static ChannelType SNIFFER_VOIP
           
static ChannelType[] types
           
 
Constructor Summary
ChannelType()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
static java.lang.String[] getNames()
           
 int getType()
           
static ChannelType lookup(ChannelType t)
           
static ChannelType lookup(int type)
           
static ChannelType 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 ChannelType[] types

ANALOG

public static final ChannelType ANALOG

ISDN

public static final ChannelType ISDN

SNIFFER_VOIP

public static final ChannelType SNIFFER_VOIP
Constructor Detail

ChannelType

public ChannelType()
Method Detail

lookup

public static ChannelType lookup(ChannelType t)

lookup

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

lookup

public static ChannelType lookup(int type)

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.