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_DYNAMICstatic int_STATICstatic DynamicAddressFlagDYNAMICstatic DynamicAddressFlagSTATIC
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DynamicAddressFlagfromInt(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 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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-