Class DynamicAddressFlag
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.vb80.DynamicAddressFlag
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class DynamicAddressFlag extends Object implements Serializable, Enumerated
Java class to represent the DynamicAddressFlag enumerated type. Documentation from the relevant specification: The Dynamic-Address-Flag AVP(AVP code 2051) is of type Enumerated, and indicates whether the PDP context/PDN address is statically or dynamically allocated. If this AVP is not present, this means that the address is statically allocated..- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_DYNAMIC
static int
_STATIC
static DynamicAddressFlag
DYNAMIC
static DynamicAddressFlag
STATIC
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DynamicAddressFlag
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 DynamicAddressFlag STATIC
-
DYNAMIC
public static final DynamicAddressFlag DYNAMIC
-
-
Method Detail
-
fromInt
public static DynamicAddressFlag 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
-
-