Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.ForwardCallIndicators.EndToEndMethod
-
Packages that use ForwardCallIndicators.EndToEndMethod 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.EndToEndMethod in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc declared as ForwardCallIndicators.EndToEndMethod Modifier and Type Field Description static ForwardCallIndicators.EndToEndMethod
ForwardCallIndicators.EndToEndMethod. PASS_ALONG
End-to-end method indicator value corresponding to pass-along method available (national use).static ForwardCallIndicators.EndToEndMethod
ForwardCallIndicators.EndToEndMethod. PASS_ALONG_AND_SCCP
End-to-end method indicator value corresponding to pass-along and SCCP methods available (national use).static ForwardCallIndicators.EndToEndMethod
ForwardCallIndicators.EndToEndMethod. SCCP
End-to-end method indicator value corresponding to SCCP method available.static ForwardCallIndicators.EndToEndMethod
ForwardCallIndicators.EndToEndMethod. UNAVAILABLE
End-to-end method indicator value corresponding to no end-to-end method available (only link-by-link method available).Methods in com.opencloud.slee.resources.in.datatypes.cc that return ForwardCallIndicators.EndToEndMethod Modifier and Type Method Description static ForwardCallIndicators.EndToEndMethod
ForwardCallIndicators.EndToEndMethod. fromValue(int value)
Returns a EndToEndMethod for a particular integer value.ForwardCallIndicators.EndToEndMethod
ForwardCallIndicators. getEndToEndMethod()
Gets the value of the end-to-end method indicator.static ForwardCallIndicators.EndToEndMethod[]
ForwardCallIndicators.EndToEndMethod. namedValues()
Returns an array containing all of EndToEndMethod's named numbers.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type ForwardCallIndicators.EndToEndMethod Modifier and Type Method Description ForwardCallIndicators
ForwardCallIndicators. setEndToEndMethod(ForwardCallIndicators.EndToEndMethod value)
Sets the value of the end-to-end method indicator.Constructors in com.opencloud.slee.resources.in.datatypes.cc with parameters of type ForwardCallIndicators.EndToEndMethod 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.
-