Class ResourceAllocationNotification
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.va10.ResourceAllocationNotification
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class ResourceAllocationNotification extends Object implements Serializable, Enumerated
Java class to represent the ResourceAllocationNotification enumerated type. Documentation from the relevant specification: The Resource-Allocation-Notification AVP (AVP code 1063) is of type Enumerated. If the Resource-Allocation-Notification AVP is included within a Charging-Rule-Install AVP it defines whether the rules included within the Charging-Rule-Install AVP need be notified.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_ENABLE_NOTIFICATION
static ResourceAllocationNotification
ENABLE_NOTIFICATION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResourceAllocationNotification
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_ENABLE_NOTIFICATION
public static final int _ENABLE_NOTIFICATION
- See Also:
- Constant Field Values
-
ENABLE_NOTIFICATION
public static final ResourceAllocationNotification ENABLE_NOTIFICATION
-
-
Method Detail
-
fromInt
public static ResourceAllocationNotification 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
-
-