Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
com.opencloud.slee.resources.in.datatypes.map |
Defines classes to represent some MAP types
for which their ASN.1 specifications say merely OCTET STRING,
that are not used by other protocols,
and for which standards define the layout of bit-fields within the octet strings.
|
Modifier and Type | Method and Description |
---|---|
MAPExt_ForwFeature |
MAPExt_ForwFeature.setForwardingOptions(ExtForwOptions value)
Sets the value of the field forwardingOptions.
|
Modifier and Type | Method and Description |
---|---|
ExtForwOptions |
ExtForwOptions.clone()
Constructs a copy of this object and everything reachable from it.
|
static ExtForwOptions |
ExtForwOptions.copyOf(ExtForwOptions from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
ExtForwOptions |
ExtForwOptions.setForwardingReason(ForwardingOptions.ForwardingReason value)
Sets the value of Forwarding reason.
|
ExtForwOptions |
ExtForwOptions.setNotificationToCallingParty(boolean value)
Sets the value of Notification to calling party.
|
ExtForwOptions |
ExtForwOptions.setNotificationToCallingPartyPresent(boolean flag)
Sets the presence or absence of the field NotificationToCallingParty.
|
ExtForwOptions |
ExtForwOptions.setNotificationToForwardingParty(boolean value)
Sets the value of Notification to forwarding party.
|
ExtForwOptions |
ExtForwOptions.setNotificationToForwardingPartyPresent(boolean flag)
Sets the presence or absence of the field NotificationToForwardingParty.
|
ExtForwOptions |
ExtForwOptions.setRedirectingPresentation(boolean value)
Sets the value of Redirecting presentation.
|
ExtForwOptions |
ExtForwOptions.setRedirectingPresentationPresent(boolean flag)
Sets the presence or absence of the field RedirectingPresentation.
|
Modifier and Type | Method and Description |
---|---|
static ExtForwOptions |
ExtForwOptions.copyOf(ExtForwOptions from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|