Class DynamicAddressFlagExtension
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.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_DYNAMICstatic int_STATICstatic DynamicAddressFlagExtensionDYNAMICstatic DynamicAddressFlagExtensionSTATIC
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DynamicAddressFlagExtensionfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-