Uses of Class
org.mobicents.protocols.ss7.indicator.NatureOfAddress

Packages that use NatureOfAddress
org.mobicents.protocols.ss7.indicator   
org.mobicents.protocols.ss7.sccp.parameter   
 

Uses of NatureOfAddress in org.mobicents.protocols.ss7.indicator
 

Methods in org.mobicents.protocols.ss7.indicator that return NatureOfAddress
static NatureOfAddress NatureOfAddress.valueOf(int v)
           
static NatureOfAddress NatureOfAddress.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NatureOfAddress[] NatureOfAddress.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of NatureOfAddress in org.mobicents.protocols.ss7.sccp.parameter
 

Methods in org.mobicents.protocols.ss7.sccp.parameter that return NatureOfAddress
 NatureOfAddress GT0100.getNatureOfAddress()
           
 NatureOfAddress GT0001.getNoA()
           
 

Methods in org.mobicents.protocols.ss7.sccp.parameter with parameters of type NatureOfAddress
static GlobalTitle GlobalTitle.getInstance(int tt, NumberingPlan np, NatureOfAddress noa, java.lang.String digits)
          Global title contains translation type, numbering plan, encoding scheme and nature of address indicator.
static GlobalTitle GlobalTitle.getInstance(NatureOfAddress noa, java.lang.String digits)
          Global tite contains nature of address indicator only.
 

Constructors in org.mobicents.protocols.ss7.sccp.parameter with parameters of type NatureOfAddress
GT0001(NatureOfAddress nai, java.lang.String digits)
           
GT0100(int translationType, NumberingPlan numberingPlan, NatureOfAddress natureOfAddress, java.lang.String digits)
           
 



Copyright © 2011. All Rights Reserved.