com.arunta.base.settings
Class ISDNLineCodeType

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

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

Enum for supported ISDN line codes.

See Also:
Serialized Form

Field Summary
static ISDNLineCodeType AMI
           
static ISDNLineCodeType B8ZS
           
static ISDNLineCodeType HDB3
           
static ISDNLineCodeType[] types
           
 
Constructor Summary
ISDNLineCodeType()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
static java.lang.String[] getNames()
           
 int getType()
           
static ISDNLineCodeType lookup(ISDNLineCodeType t)
           
static ISDNLineCodeType 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 ISDNLineCodeType[] types

HDB3

public static final ISDNLineCodeType HDB3

AMI

public static final ISDNLineCodeType AMI

B8ZS

public static final ISDNLineCodeType B8ZS
Constructor Detail

ISDNLineCodeType

public ISDNLineCodeType()
Method Detail

lookup

public static ISDNLineCodeType lookup(ISDNLineCodeType t)

lookup

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