com.arunta.base.settings
Class ISDNProtocolType

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

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

Enum for supported ISDN protocols.

See Also:
Serialized Form

Field Summary
static ISDNProtocolType ATT_4ESS
           
static ISDNProtocolType DMS_100
           
static ISDNProtocolType EURO_E1
           
static ISDNProtocolType EURO_T1
           
static ISDNProtocolType GR303_EOC
           
static ISDNProtocolType GR303_TMC
           
static ISDNProtocolType LUCENT_5E
           
static ISDNProtocolType NATIONAL_1
           
static ISDNProtocolType NATIONAL_2
           
static ISDNProtocolType[] types
           
 
Constructor Summary
ISDNProtocolType()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
static java.lang.String[] getNames()
           
 int getType()
           
static ISDNProtocolType lookup(ISDNProtocolType t)
           
static ISDNProtocolType 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 ISDNProtocolType[] types

NATIONAL_1

public static final ISDNProtocolType NATIONAL_1

NATIONAL_2

public static final ISDNProtocolType NATIONAL_2

DMS_100

public static final ISDNProtocolType DMS_100

LUCENT_5E

public static final ISDNProtocolType LUCENT_5E

ATT_4ESS

public static final ISDNProtocolType ATT_4ESS

EURO_E1

public static final ISDNProtocolType EURO_E1

EURO_T1

public static final ISDNProtocolType EURO_T1

GR303_EOC

public static final ISDNProtocolType GR303_EOC

GR303_TMC

public static final ISDNProtocolType GR303_TMC
Constructor Detail

ISDNProtocolType

public ISDNProtocolType()
Method Detail

lookup

public static ISDNProtocolType lookup(ISDNProtocolType t)

lookup

public static ISDNProtocolType lookup(java.lang.String 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.