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_ESTABLISHMENTstatic int_MODIFICATIONstatic int_TERMINATIONstatic BearerOperationESTABLISHMENTstatic BearerOperationMODIFICATIONstatic BearerOperationTERMINATION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BearerOperationfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-