Class DynamicAddressFlagExtension
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.vb80.DynamicAddressFlagExtension
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class DynamicAddressFlagExtension extends Object implements Serializable, Enumerated
Java class to represent the DynamicAddressFlagExtension enumerated type. Documentation from the relevant specification: The Dynamic-Address-Flag-Extension AVP (AVP code 2068) is of type Enumerated, and indicates that the IPv4 PDN address has been dynamically allocated for that particular IP CAN bearer (PDN connection) of PDN type IPv4v6, and the dynamic IPv6 address is indicated in Dynamic Address Flag. This field if IPv4 address is static.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_DYNAMIC
static int
_STATIC
static DynamicAddressFlagExtension
DYNAMIC
static DynamicAddressFlagExtension
STATIC
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DynamicAddressFlagExtension
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_STATIC
public static final int _STATIC
- See Also:
- Constant Field Values
-
_DYNAMIC
public static final int _DYNAMIC
- See Also:
- Constant Field Values
-
STATIC
public static final DynamicAddressFlagExtension STATIC
-
DYNAMIC
public static final DynamicAddressFlagExtension DYNAMIC
-
-
Method Detail
-
fromInt
public static DynamicAddressFlagExtension 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
-
-