Class ImsEmergencyIndicator
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.vcb0.ImsEmergencyIndicator
-
- All Implemented Interfaces:
Serializable,Enumerated
public class ImsEmergencyIndicator extends Object implements Serializable, Enumerated
Java class to represent the ImsEmergencyIndicator enumerated type. Documentation from the relevant specification: The IMS-Emergency-Indicator AVP (AVP code 2322) is of type Enumerated, and indicates the IMS session is an IMS emergency session or IMS registration. If this AVP is not present, this means the IMS session or registration is not detected as an emergency session or registration.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int_EMERGENCYstatic int_NON_EMERGENCYstatic ImsEmergencyIndicatorEMERGENCYstatic ImsEmergencyIndicatorNON_EMERGENCY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImsEmergencyIndicatorfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
Field Detail
-
_NON_EMERGENCY
public static final int _NON_EMERGENCY
- See Also:
- Constant Field Values
-
_EMERGENCY
public static final int _EMERGENCY
- See Also:
- Constant Field Values
-
NON_EMERGENCY
public static final ImsEmergencyIndicator NON_EMERGENCY
-
EMERGENCY
public static final ImsEmergencyIndicator EMERGENCY
-
-
Method Detail
-
fromInt
public static ImsEmergencyIndicator fromInt(int type)
-
getValue
public int getValue()
Description copied from interface:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-