Class LowPriorityIndicator
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.vb80.LowPriorityIndicator
-
- All Implemented Interfaces:
Serializable,Enumerated
public class LowPriorityIndicator extends Object implements Serializable, Enumerated
Java class to represent the LowPriorityIndicator enumerated type. Documentation from the relevant specification: The Low-Priority-Indicator AVP (AVP code 2602) is of type Enumerated and indicates if the PDN connection has a low priority, i.e. for Machine Type Communications.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int_NOstatic int_YESstatic LowPriorityIndicatorNOstatic LowPriorityIndicatorYES
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LowPriorityIndicatorfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
Field Detail
-
_NO
public static final int _NO
- See Also:
- Constant Field Values
-
_YES
public static final int _YES
- See Also:
- Constant Field Values
-
NO
public static final LowPriorityIndicator NO
-
YES
public static final LowPriorityIndicator YES
-
-
Method Detail
-
fromInt
public static LowPriorityIndicator 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
-
-