Uses of Class
com.opencloud.slee.resources.cgin.cap_v3.CAP3GPRSEventType
-
Packages that use CAP3GPRSEventType Package Description com.opencloud.slee.resources.cgin.cap_v3 Provides an API for the CAP v3 protocol. -
-
Uses of CAP3GPRSEventType in com.opencloud.slee.resources.cgin.cap_v3
Fields in com.opencloud.slee.resources.cgin.cap_v3 declared as CAP3GPRSEventType Modifier and Type Field Description static CAP3GPRSEventType
CAP3GPRSEventType. attach
Reference to value of the constant attach.static CAP3GPRSEventType
CAP3GPRSEventType. attachChangeOfPosition
Reference to value of the constant attachChangeOfPosition.static CAP3GPRSEventType
CAP3GPRSEventType. detached
Reference to value of the constant detached.static CAP3GPRSEventType
CAP3GPRSEventType. disconnect
Reference to value of the constant disconnect.static CAP3GPRSEventType
CAP3GPRSEventType. pdp_ContextChangeOfPosition
Reference to value of the constant pdp_ContextChangeOfPosition.static CAP3GPRSEventType
CAP3GPRSEventType. pdp_ContextEstablishment
Reference to value of the constant pdp_ContextEstablishment.static CAP3GPRSEventType
CAP3GPRSEventType. pdp_ContextEstablishmentAcknowledgement
Reference to value of the constant pdp_ContextEstablishmentAcknowledgement.Methods in com.opencloud.slee.resources.cgin.cap_v3 that return CAP3GPRSEventType Modifier and Type Method Description static CAP3GPRSEventType
CAP3GPRSEventType. fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.CAP3GPRSEventType
CAP3EventReportGPRSArg. getGPRSEventType()
Gets the value of the field gPRSEventType.CAP3GPRSEventType
CAP3GPRSEvent. getGPRSEventType()
Gets the value of the field gPRSEventType.CAP3GPRSEventType
CAP3InitialDPGPRSArg. getGPRSEventType()
Gets the value of the field gPRSEventType.static CAP3GPRSEventType[]
CAP3GPRSEventType. namedValues()
Returns an array containing all the enumeration constants referenced by fields.Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CAP3GPRSEventType Modifier and Type Method Description CAP3EventReportGPRSArg
CAP3EventReportGPRSArg. setGPRSEventType(CAP3GPRSEventType value)
Sets the value of the field gPRSEventType.CAP3GPRSEvent
CAP3GPRSEvent. setGPRSEventType(CAP3GPRSEventType value)
Sets the value of the field gPRSEventType.CAP3InitialDPGPRSArg
CAP3InitialDPGPRSArg. setGPRSEventType(CAP3GPRSEventType value)
Sets the value of the field gPRSEventType.Constructors in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CAP3GPRSEventType Constructor Description CAP3GPRSEvent(CAP3GPRSEventType GPRSEventType_param, CCMonitorMode MonitorMode_param)
Constructs an object from given values for all fields.
-