Uses of Class
com.opencloud.slee.resources.cgin.cap_v3.CAP3PDPInitiationType
-
Packages that use CAP3PDPInitiationType Package Description com.opencloud.slee.resources.cgin.cap_v3 Provides an API for the CAP v3 protocol. -
-
Uses of CAP3PDPInitiationType in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 that return CAP3PDPInitiationType Modifier and Type Method Description static CAP3PDPInitiationType
CAP3PDPInitiationType. fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.CAP3PDPInitiationType
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentSpecificInformation. getPDPInitiationType()
Gets the value of the field pDPInitiationType.CAP3PDPInitiationType
CAP3InitialDPGPRSArg. getPDPInitiationType()
Gets the value of the field pDPInitiationType.static CAP3PDPInitiationType
CAP3PDPInitiationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CAP3PDPInitiationType[]
CAP3PDPInitiationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CAP3PDPInitiationType Modifier and Type Method Description CAP3GPRSEventSpecificInformation.PDPContextEstablishmentSpecificInformation
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentSpecificInformation. setPDPInitiationType(CAP3PDPInitiationType value)
Sets the value of the field pDPInitiationType.CAP3InitialDPGPRSArg
CAP3InitialDPGPRSArg. setPDPInitiationType(CAP3PDPInitiationType value)
Sets the value of the field pDPInitiationType.
-