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 CAP3GPRSEventTypeCAP3GPRSEventType. attachReference to value of the constant attach.static CAP3GPRSEventTypeCAP3GPRSEventType. attachChangeOfPositionReference to value of the constant attachChangeOfPosition.static CAP3GPRSEventTypeCAP3GPRSEventType. detachedReference to value of the constant detached.static CAP3GPRSEventTypeCAP3GPRSEventType. disconnectReference to value of the constant disconnect.static CAP3GPRSEventTypeCAP3GPRSEventType. pdp_ContextChangeOfPositionReference to value of the constant pdp_ContextChangeOfPosition.static CAP3GPRSEventTypeCAP3GPRSEventType. pdp_ContextEstablishmentReference to value of the constant pdp_ContextEstablishment.static CAP3GPRSEventTypeCAP3GPRSEventType. pdp_ContextEstablishmentAcknowledgementReference 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 CAP3GPRSEventTypeCAP3GPRSEventType. fromValue(int value)Finds or constructs an enumeration constant for the given numeric value.CAP3GPRSEventTypeCAP3EventReportGPRSArg. getGPRSEventType()Gets the value of the field gPRSEventType.CAP3GPRSEventTypeCAP3GPRSEvent. getGPRSEventType()Gets the value of the field gPRSEventType.CAP3GPRSEventTypeCAP3InitialDPGPRSArg. 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 CAP3EventReportGPRSArgCAP3EventReportGPRSArg. setGPRSEventType(CAP3GPRSEventType value)Sets the value of the field gPRSEventType.CAP3GPRSEventCAP3GPRSEvent. setGPRSEventType(CAP3GPRSEventType value)Sets the value of the field gPRSEventType.CAP3InitialDPGPRSArgCAP3InitialDPGPRSArg. 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.
-