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