Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.ForwardCallIndicators.SCCPMethod
-
Packages that use ForwardCallIndicators.SCCPMethod Package Description com.opencloud.slee.resources.in.datatypes.cc Defines classes to represent some call-control types for which their ASN.1 specifications say merely OCTET STRING (with no CONTAINING clause), and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of ForwardCallIndicators.SCCPMethod in com.opencloud.slee.resources.in.datatypes.cc
Methods in com.opencloud.slee.resources.in.datatypes.cc that return ForwardCallIndicators.SCCPMethod Modifier and Type Method Description static ForwardCallIndicators.SCCPMethod
ForwardCallIndicators.SCCPMethod. fromValue(int value)
Returns the enumeration constant for a given encoded value.ForwardCallIndicators.SCCPMethod
ForwardCallIndicators. getSCCPMethod()
Gets the value of the SCCP method indicator.static ForwardCallIndicators.SCCPMethod
ForwardCallIndicators.SCCPMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static ForwardCallIndicators.SCCPMethod[]
ForwardCallIndicators.SCCPMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type ForwardCallIndicators.SCCPMethod Modifier and Type Method Description ForwardCallIndicators
ForwardCallIndicators. setSCCPMethod(ForwardCallIndicators.SCCPMethod value)
Sets the value of the SCCP method indicator.Constructors in com.opencloud.slee.resources.in.datatypes.cc with parameters of type ForwardCallIndicators.SCCPMethod Constructor Description ForwardCallIndicators(boolean international, ForwardCallIndicators.EndToEndMethod endToEndMethod, boolean interworkingEncountered, boolean endToEndInfoAvailable, boolean iSDNUserPartUsedAllTheWay, ForwardCallIndicators.ISDNUserPartPreference iSDNUserPartPreference, boolean originatingAccessISDN, ForwardCallIndicators.SCCPMethod sCCPMethod)
Constructs a new ForwardCallIndicators object from given values for all fields.
-