Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.RedirectionInformation.RedirectingReason
-
Packages that use RedirectionInformation.RedirectingReason 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.RedirectingReason in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc declared as RedirectionInformation.RedirectingReason Modifier and Type Field Description static RedirectionInformation.RedirectingReason
RedirectionInformation.RedirectingReason. ALERTING_DEFLECTION
Redirecting reason value corresponding to deflection during alerting.static RedirectionInformation.RedirectingReason
RedirectionInformation.RedirectingReason. IMMEDIATE_DEFLECTION
Redirecting reason value corresponding to deflection immediate response.static RedirectionInformation.RedirectingReason
RedirectionInformation.RedirectingReason. MOBILE_UNREACHABLE
Redirecting reason value corresponding to mobile subscriber not reachable.static RedirectionInformation.RedirectingReason
RedirectionInformation.RedirectingReason. NO_REPLY
Redirecting reason value corresponding to no reply.static RedirectionInformation.RedirectingReason
RedirectionInformation.RedirectingReason. UNCONDITIONAL
Redirecting reason value corresponding to unconditional.static RedirectionInformation.RedirectingReason
RedirectionInformation.RedirectingReason. UNKNOWN
Redirecting reason value corresponding to unknown/not available.static RedirectionInformation.RedirectingReason
RedirectionInformation.RedirectingReason. USER_BUSY
Redirecting reason value corresponding to user busy.Methods in com.opencloud.slee.resources.in.datatypes.cc that return RedirectionInformation.RedirectingReason Modifier and Type Method Description static RedirectionInformation.RedirectingReason
RedirectionInformation.RedirectingReason. fromValue(int value)
Returns a RedirectingReason for a particular integer value.RedirectionInformation.RedirectingReason
RedirectionInformation. getRedirectingReason()
Gets the value of the redirecting reason.static RedirectionInformation.RedirectingReason[]
RedirectionInformation.RedirectingReason. namedValues()
Returns an array containing all of RedirectingReason's named numbers.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type RedirectionInformation.RedirectingReason Modifier and Type Method Description RedirectionInformation
RedirectionInformation. setRedirectingReason(RedirectionInformation.RedirectingReason value)
Sets the value of the redirecting reason.Constructors in com.opencloud.slee.resources.in.datatypes.cc with parameters of type RedirectionInformation.RedirectingReason 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.
-