Class LocalGwInsertedIndication
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.vb80.LocalGwInsertedIndication
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class LocalGwInsertedIndication extends Object implements Serializable, Enumerated
Java class to represent the LocalGwInsertedIndication enumerated type. Documentation from the relevant specification: The Local-GW-Inserted-Indication AVP (AVP code 2604) is of type Enumerated and indicates if the local GW (TrGW, IMS-AGW) is inserted or not for the SDP media component.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_LOCAL_GW_INSERTED
static int
_LOCAL_GW_NOT_INSERTED
static LocalGwInsertedIndication
LOCAL_GW_INSERTED
static LocalGwInsertedIndication
LOCAL_GW_NOT_INSERTED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LocalGwInsertedIndication
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_LOCAL_GW_NOT_INSERTED
public static final int _LOCAL_GW_NOT_INSERTED
- See Also:
- Constant Field Values
-
_LOCAL_GW_INSERTED
public static final int _LOCAL_GW_INSERTED
- See Also:
- Constant Field Values
-
LOCAL_GW_NOT_INSERTED
public static final LocalGwInsertedIndication LOCAL_GW_NOT_INSERTED
-
LOCAL_GW_INSERTED
public static final LocalGwInsertedIndication LOCAL_GW_INSERTED
-
-
Method Detail
-
fromInt
public static LocalGwInsertedIndication 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
-
-