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_COVERAGE
static int
_OUT_OF_COVERAGE
static CoverageStatus
IN_COVERAGE
static CoverageStatus
OUT_OF_COVERAGE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CoverageStatus
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
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:Enumerated
Return the value of this instance of this enumerated type.- Specified by:
getValue
in interfaceEnumerated
- Returns:
- value
-
-