Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.RedirectionInformation.Redirecting
-
Packages that use RedirectionInformation.Redirecting 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 RedirectionInformation.Redirecting in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc declared as RedirectionInformation.Redirecting Modifier and Type Field Description static RedirectionInformation.RedirectingRedirectionInformation.Redirecting. CALL_DIVERSION_REDIRECTION_NUMBER_PRESENTATION_RESTRICTEDRedirecting indicator value corresponding to call diversion, redirection presentation restricted (national use).static RedirectionInformation.RedirectingRedirectionInformation.Redirecting. CALL_DIVERTEDRedirecting indicator value corresponding to call diverted.static RedirectionInformation.RedirectingRedirectionInformation.Redirecting. CALL_DIVERTED_ALL_INFO_PRESENTATION_RESTRICTEDRedirecting indicator value corresponding to call diverted, all redirection information presentation restricted.static RedirectionInformation.RedirectingRedirectionInformation.Redirecting. CALL_REROUTEDRedirecting indicator value corresponding to call rerouted (national use).static RedirectionInformation.RedirectingRedirectionInformation.Redirecting. CALL_REROUTED_ALL_INFO_PRESENTATION_RESTRICTEDRedirecting indicator value corresponding to call rerouted, all redirection information presentation restricted (national use).static RedirectionInformation.RedirectingRedirectionInformation.Redirecting. CALL_REROUTED_REDIRECTION_NUMBER_PRESENTATION_RESTRICTEDRedirecting indicator value corresponding to call rerouted, redirection presentation restricted (national use).static RedirectionInformation.RedirectingRedirectionInformation.Redirecting. NONERedirecting indicator value corresponding to no redirection (national use).Methods in com.opencloud.slee.resources.in.datatypes.cc that return RedirectionInformation.Redirecting Modifier and Type Method Description static RedirectionInformation.RedirectingRedirectionInformation.Redirecting. fromValue(int value)Returns a Redirecting for a particular integer value.RedirectionInformation.RedirectingRedirectionInformation. getRedirecting()Gets the value of the redirecting indicator.static RedirectionInformation.Redirecting[]RedirectionInformation.Redirecting. namedValues()Returns an array containing all of Redirecting's named numbers.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type RedirectionInformation.Redirecting Modifier and Type Method Description RedirectionInformationRedirectionInformation. setRedirecting(RedirectionInformation.Redirecting value)Sets the value of the redirecting indicator.Constructors in com.opencloud.slee.resources.in.datatypes.cc with parameters of type RedirectionInformation.Redirecting Constructor Description RedirectionInformation(RedirectionInformation.Redirecting redirecting, RedirectionInformation.OriginalReason originalReason, RedirectionInformation.RedirectingReason redirectingReason, int redirectionCounter)Constructs a new RedirectionInformation object from given values for all fields.
-