com.arunta.base.settings
Class ISDNDialPlanType

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

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

Enum for dial plans used in ISDN signalling.

See Also:
Serialized Form

Field Summary
static ISDNDialPlanType INTERNATIONAL
           
static ISDNDialPlanType LOCAL
           
static ISDNDialPlanType NATIONAL
           
static ISDNDialPlanType PRIVATE
           
static ISDNDialPlanType[] types
           
 
Constructor Summary
ISDNDialPlanType()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
static java.lang.String[] getNames()
           
 int getType()
           
static ISDNDialPlanType lookup(ISDNDialPlanType t)
           
static ISDNDialPlanType 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 ISDNDialPlanType[] types

INTERNATIONAL

public static final ISDNDialPlanType INTERNATIONAL

NATIONAL

public static final ISDNDialPlanType NATIONAL

LOCAL

public static final ISDNDialPlanType LOCAL

PRIVATE

public static final ISDNDialPlanType PRIVATE
Constructor Detail

ISDNDialPlanType

public ISDNDialPlanType()
Method Detail

lookup

public static ISDNDialPlanType lookup(ISDNDialPlanType t)

lookup

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