Class ServingNodeType
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.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_EPDGstatic int_GTPSGWstatic int_HSGWstatic int_MMEstatic int_PMIPSGWstatic int_SGSNstatic ServingNodeTypeEPDGstatic ServingNodeTypeGTPSGWstatic ServingNodeTypeHSGWstatic ServingNodeTypeMMEstatic ServingNodeTypePMIPSGWstatic ServingNodeTypeSGSN
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServingNodeTypefromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-