Class AnGwStatus
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.vcd0.AnGwStatus
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class AnGwStatus extends Object implements Serializable, Enumerated
Java class to represent the AnGwStatus enumerated type. Documentation from the relevant specification: The AN-GW-Status AVP (AVP code 2811) is of type Enumerated. It is sent from the PCEF to the PCRF to indicate the status of the S-GW.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_AN_GW_FAILED
static AnGwStatus
AN_GW_FAILED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AnGwStatus
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_AN_GW_FAILED
public static final int _AN_GW_FAILED
- See Also:
- Constant Field Values
-
AN_GW_FAILED
public static final AnGwStatus AN_GW_FAILED
-
-
Method Detail
-
fromInt
public static AnGwStatus 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
-
-