Class BearerOperation
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.va10.BearerOperation
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class BearerOperation extends Object implements Serializable, Enumerated
Java class to represent the BearerOperation enumerated type. Documentation from the relevant specification: The Bearer-Operation AVP (AVP code 1021) is of type of Enumerated, and it indicates the bearer event that causes a request for PCC rules. This AVP shall be supplied if the bearer event relates to an IP CAN bearer initiated by the UE.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_ESTABLISHMENT
static int
_MODIFICATION
static int
_TERMINATION
static BearerOperation
ESTABLISHMENT
static BearerOperation
MODIFICATION
static BearerOperation
TERMINATION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BearerOperation
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_TERMINATION
public static final int _TERMINATION
- See Also:
- Constant Field Values
-
_ESTABLISHMENT
public static final int _ESTABLISHMENT
- See Also:
- Constant Field Values
-
_MODIFICATION
public static final int _MODIFICATION
- See Also:
- Constant Field Values
-
TERMINATION
public static final BearerOperation TERMINATION
-
ESTABLISHMENT
public static final BearerOperation ESTABLISHMENT
-
MODIFICATION
public static final BearerOperation MODIFICATION
-
-
Method Detail
-
fromInt
public static BearerOperation 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
-
-