Uses of Class
com.opencloud.slee.resources.cgin.map.MAPSupportedCamelPhases
-
Packages that use MAPSupportedCamelPhases Package Description com.opencloud.slee.resources.cgin.cap_v4 Provides an API for the CAP v4 protocol.com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPSupportedCamelPhases in com.opencloud.slee.resources.cgin.cap_v4
Methods in com.opencloud.slee.resources.cgin.cap_v4 that return MAPSupportedCamelPhases Modifier and Type Method Description MAPSupportedCamelPhases
CAP4InitialDPArgExtension. getSupportedCamelPhases()
Gets the value of the field supportedCamelPhases.MAPSupportedCamelPhases
CAP4InitiateCallAttemptRes. getSupportedCamelPhases()
Gets the value of the field supportedCamelPhases.Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type MAPSupportedCamelPhases Modifier and Type Method Description CAP4InitialDPArgExtension
CAP4InitialDPArgExtension. setSupportedCamelPhases(MAPSupportedCamelPhases value)
Sets the value of the field supportedCamelPhases.CAP4InitiateCallAttemptRes
CAP4InitiateCallAttemptRes. setSupportedCamelPhases(MAPSupportedCamelPhases value)
Sets the value of the field supportedCamelPhases. -
Uses of MAPSupportedCamelPhases in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPSupportedCamelPhases Modifier and Type Method Description MAPSupportedCamelPhases
MAPSupportedCamelPhases. clearPhase1()
Clears the bit for phase1 to false.MAPSupportedCamelPhases
MAPSupportedCamelPhases. clearPhase2()
Clears the bit for phase2 to false.MAPSupportedCamelPhases
MAPSupportedCamelPhases. clearPhase3()
Clears the bit for phase3 to false.MAPSupportedCamelPhases
MAPSupportedCamelPhases. clearPhase4()
Clears the bit for phase4 to false.MAPSupportedCamelPhases
MAPSupportedCamelPhases. clone()
Constructs a copy of this object and everything reachable from it.static MAPSupportedCamelPhases
MAPSupportedCamelPhases. copyOf(BitString 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.MAPSupportedCamelPhases
MAPCamelInfo. getSupportedCamelPhases()
Gets the value of the field supportedCamelPhases.MAPSupportedCamelPhases
MAPInsertSubscriberDataRes. getSupportedCamelPhases()
Gets the value of the field supportedCamelPhases.MAPSupportedCamelPhases
MAPSGSN_Capability. getSupportedCamelPhases()
Gets the value of the field supportedCamelPhases.MAPSupportedCamelPhases
MAPVLR_Capability. getSupportedCamelPhases()
Gets the value of the field supportedCamelPhases.MAPSupportedCamelPhases
MAPNoteMM_EventArg. getSupportedCAMELPhases()
Gets the value of the field supportedCAMELPhases.MAPSupportedCamelPhases
MAPProvideRoamingNumberArg_v3. getSupportedCamelPhasesInInterrogatingNode()
Gets the value of the field supportedCamelPhasesInInterrogatingNode.MAPSupportedCamelPhases
MAPSendRoutingInfoRes_v3. getSupportedCamelPhasesInVMSC()
Gets the value of the field supportedCamelPhasesInVMSC.MAPSupportedCamelPhases
MAPAnyTimeSubscriptionInterrogationRes. getSupportedSGSN_CAMEL_Phases()
Gets the value of the field supportedSGSN-CAMEL-Phases.MAPSupportedCamelPhases
MAPAnyTimeSubscriptionInterrogationRes. getSupportedVLR_CAMEL_Phases()
Gets the value of the field supportedVLR-CAMEL-Phases.MAPSupportedCamelPhases
MAPSupportedCamelPhases. setPhase1()
Sets the bit for phase1 to true.MAPSupportedCamelPhases
MAPSupportedCamelPhases. setPhase2()
Sets the bit for phase2 to true.MAPSupportedCamelPhases
MAPSupportedCamelPhases. setPhase3()
Sets the bit for phase3 to true.MAPSupportedCamelPhases
MAPSupportedCamelPhases. setPhase4()
Sets the bit for phase4 to true.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPSupportedCamelPhases Modifier and Type Method Description MAPCamelInfo
MAPCamelInfo. setSupportedCamelPhases(MAPSupportedCamelPhases value)
Sets the value of the field supportedCamelPhases.MAPInsertSubscriberDataRes
MAPInsertSubscriberDataRes. setSupportedCamelPhases(MAPSupportedCamelPhases value)
Sets the value of the field supportedCamelPhases.MAPSGSN_Capability
MAPSGSN_Capability. setSupportedCamelPhases(MAPSupportedCamelPhases value)
Sets the value of the field supportedCamelPhases.MAPVLR_Capability
MAPVLR_Capability. setSupportedCamelPhases(MAPSupportedCamelPhases value)
Sets the value of the field supportedCamelPhases.MAPNoteMM_EventArg
MAPNoteMM_EventArg. setSupportedCAMELPhases(MAPSupportedCamelPhases value)
Sets the value of the field supportedCAMELPhases.MAPProvideRoamingNumberArg_v3
MAPProvideRoamingNumberArg_v3. setSupportedCamelPhasesInInterrogatingNode(MAPSupportedCamelPhases value)
Sets the value of the field supportedCamelPhasesInInterrogatingNode.MAPSendRoutingInfoRes_v3
MAPSendRoutingInfoRes_v3. setSupportedCamelPhasesInVMSC(MAPSupportedCamelPhases value)
Sets the value of the field supportedCamelPhasesInVMSC.MAPAnyTimeSubscriptionInterrogationRes
MAPAnyTimeSubscriptionInterrogationRes. setSupportedSGSN_CAMEL_Phases(MAPSupportedCamelPhases value)
Sets the value of the field supportedSGSN-CAMEL-Phases.MAPAnyTimeSubscriptionInterrogationRes
MAPAnyTimeSubscriptionInterrogationRes. setSupportedVLR_CAMEL_Phases(MAPSupportedCamelPhases value)
Sets the value of the field supportedVLR-CAMEL-Phases.
-