com.arunta.base.settings
Class ISDNCountryCodeType

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

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

Enum for country codes used in ISDN signalling.

See Also:
Serialized Form

Field Summary
static ISDNCountryCodeType AU
           
static ISDNCountryCodeType JP
           
static ISDNCountryCodeType[] types
           
static ISDNCountryCodeType UK
           
static ISDNCountryCodeType USA
           
 
Constructor Summary
ISDNCountryCodeType()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
static java.lang.String[] getNames()
           
 int getType()
           
static ISDNCountryCodeType lookup(ISDNCountryCodeType t)
           
static ISDNCountryCodeType 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 ISDNCountryCodeType[] types

AU

public static final ISDNCountryCodeType AU

USA

public static final ISDNCountryCodeType USA

UK

public static final ISDNCountryCodeType UK

JP

public static final ISDNCountryCodeType JP
Constructor Detail

ISDNCountryCodeType

public ISDNCountryCodeType()
Method Detail

lookup

public static ISDNCountryCodeType lookup(ISDNCountryCodeType t)

lookup

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