Class BearerControlMode
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.vcd0.BearerControlMode
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class BearerControlMode extends Object implements Serializable, Enumerated
Java class to represent the BearerControlMode enumerated type. Documentation from the relevant specification: The Bearer-Control-Mode AVP (AVP code 1023) is of type of Enumerated. It is sent from PCRF to PCEF and indicates the PCRF selected bearer control mode.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_RESERVED
static int
_UE_NW
static int
_UE_ONLY
static BearerControlMode
RESERVED
static BearerControlMode
UE_NW
static BearerControlMode
UE_ONLY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BearerControlMode
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_UE_ONLY
public static final int _UE_ONLY
- See Also:
- Constant Field Values
-
_RESERVED
public static final int _RESERVED
- See Also:
- Constant Field Values
-
_UE_NW
public static final int _UE_NW
- See Also:
- Constant Field Values
-
UE_ONLY
public static final BearerControlMode UE_ONLY
-
RESERVED
public static final BearerControlMode RESERVED
-
UE_NW
public static final BearerControlMode UE_NW
-
-
Method Detail
-
fromInt
public static BearerControlMode 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
-
-