Uses of Class
com.opencloud.slee.resources.cgin.cap_v3.CAP3InitiatingEntity
-
Packages that use CAP3InitiatingEntity Package Description com.opencloud.slee.resources.cgin.cap_v3 Provides an API for the CAP v3 protocol. -
-
Uses of CAP3InitiatingEntity in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 that return CAP3InitiatingEntity Modifier and Type Method Description static CAP3InitiatingEntity
CAP3InitiatingEntity. fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.CAP3InitiatingEntity
CAP3GPRSEventSpecificInformation.DetachSpecificInformation. getInitiatingEntity()
Gets the value of the field initiatingEntity.CAP3InitiatingEntity
CAP3GPRSEventSpecificInformation.DisconnectSpecificInformation. getInitiatingEntity()
Gets the value of the field initiatingEntity.static CAP3InitiatingEntity
CAP3InitiatingEntity. valueOf(String name)
Returns the enum constant of this type with the specified name.static CAP3InitiatingEntity[]
CAP3InitiatingEntity. 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 CAP3InitiatingEntity Modifier and Type Method Description CAP3GPRSEventSpecificInformation.DetachSpecificInformation
CAP3GPRSEventSpecificInformation.DetachSpecificInformation. setInitiatingEntity(CAP3InitiatingEntity value)
Sets the value of the field initiatingEntity.CAP3GPRSEventSpecificInformation.DisconnectSpecificInformation
CAP3GPRSEventSpecificInformation.DisconnectSpecificInformation. setInitiatingEntity(CAP3InitiatingEntity value)
Sets the value of the field initiatingEntity.
-