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