Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.ImsEmergencyIndicator
-
Packages that use ImsEmergencyIndicator Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of ImsEmergencyIndicator in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as ImsEmergencyIndicator Modifier and Type Field Description static ImsEmergencyIndicator
ImsEmergencyIndicator. EMERGENCY
static ImsEmergencyIndicator
ImsEmergencyIndicator. NON_EMERGENCY
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return ImsEmergencyIndicator Modifier and Type Method Description static ImsEmergencyIndicator
ImsEmergencyIndicator. fromInt(int type)
ImsEmergencyIndicator
ImsInformation. getImsEmergencyIndicator()
Returns the value of the IMS-Emergency-Indicator AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type ImsEmergencyIndicator Modifier and Type Method Description void
ImsInformation. setImsEmergencyIndicator(ImsEmergencyIndicator imsEmergencyIndicator)
Sets the value of the IMS-Emergency-Indicator AVP, of type Enumerated.
-