Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.SmDeviceTriggerIndicator
-
Packages that use SmDeviceTriggerIndicator Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of SmDeviceTriggerIndicator in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as SmDeviceTriggerIndicator Modifier and Type Field Description static SmDeviceTriggerIndicator
SmDeviceTriggerIndicator. DEVICE_TRIGGER
static SmDeviceTriggerIndicator
SmDeviceTriggerIndicator. NOT_DEVICETRIGGER
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return SmDeviceTriggerIndicator Modifier and Type Method Description static SmDeviceTriggerIndicator
SmDeviceTriggerIndicator. fromInt(int type)
SmDeviceTriggerIndicator
SmsInformation. getSmDeviceTriggerIndicator()
Returns the value of the SM-Device-Trigger-Indicator AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type SmDeviceTriggerIndicator Modifier and Type Method Description void
SmsInformation. setSmDeviceTriggerIndicator(SmDeviceTriggerIndicator smDeviceTriggerIndicator)
Sets the value of the SM-Device-Trigger-Indicator AVP, of type Enumerated.
-