Class CoverageStatus
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.vcb0.CoverageStatus
-
- All Implemented Interfaces:
Serializable,Enumerated
public class CoverageStatus extends Object implements Serializable, Enumerated
Java class to represent the CoverageStatus enumerated type. Documentation from the relevant specification: The Coverage-Status AVP (AVP code 3428) is of type Enumerated and indicates whether UE is served by E-UTRAN or not.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int_IN_COVERAGEstatic int_OUT_OF_COVERAGEstatic CoverageStatusIN_COVERAGEstatic CoverageStatusOUT_OF_COVERAGE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CoverageStatusfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
Field Detail
-
_OUT_OF_COVERAGE
public static final int _OUT_OF_COVERAGE
- See Also:
- Constant Field Values
-
_IN_COVERAGE
public static final int _IN_COVERAGE
- See Also:
- Constant Field Values
-
OUT_OF_COVERAGE
public static final CoverageStatus OUT_OF_COVERAGE
-
IN_COVERAGE
public static final CoverageStatus IN_COVERAGE
-
-
Method Detail
-
fromInt
public static CoverageStatus 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
-
-