Class ServingNodeType
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.v960.ServingNodeType
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class ServingNodeType extends Object implements Serializable, Enumerated
Java class to represent the ServingNodeType enumerated type. Documentation from the relevant specification: The Serving-Node-Type AVP (AVP Code 2047) is of type Enumerated and identifies the type of Serving Node.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_EPDG
static int
_GTPSGW
static int
_HSGW
static int
_MME
static int
_PMIPSGW
static int
_SGSN
static ServingNodeType
EPDG
static ServingNodeType
GTPSGW
static ServingNodeType
HSGW
static ServingNodeType
MME
static ServingNodeType
PMIPSGW
static ServingNodeType
SGSN
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServingNodeType
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_SGSN
public static final int _SGSN
- See Also:
- Constant Field Values
-
_PMIPSGW
public static final int _PMIPSGW
- See Also:
- Constant Field Values
-
_GTPSGW
public static final int _GTPSGW
- See Also:
- Constant Field Values
-
_EPDG
public static final int _EPDG
- See Also:
- Constant Field Values
-
_HSGW
public static final int _HSGW
- See Also:
- Constant Field Values
-
_MME
public static final int _MME
- See Also:
- Constant Field Values
-
SGSN
public static final ServingNodeType SGSN
-
PMIPSGW
public static final ServingNodeType PMIPSGW
-
GTPSGW
public static final ServingNodeType GTPSGW
-
EPDG
public static final ServingNodeType EPDG
-
HSGW
public static final ServingNodeType HSGW
-
MME
public static final ServingNodeType MME
-
-
Method Detail
-
fromInt
public static ServingNodeType 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
-
-