Class ServingNodeIndication
- java.lang.Object
-
- org.jainslee.resources.diameter.sh.types.vb60.ServingNodeIndication
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class ServingNodeIndication extends Object implements Serializable, Enumerated
Java class to represent the ServingNodeIndication enumerated type. Documentation from the relevant specification: The Serving-Node-Indication AVP is of type Enumerated. If present it indicates that the sender does not require any location information other than the Serving Node Addresses/Identities requested (e.g. MME name, VLR number). Other location information (e.g. Global Cell ID, Tracking Area ID) may be absent. The following values are defined:- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_ONLY_SERVING_NODES_REQUIRED
static ServingNodeIndication
ONLY_SERVING_NODES_REQUIRED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServingNodeIndication
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_ONLY_SERVING_NODES_REQUIRED
public static final int _ONLY_SERVING_NODES_REQUIRED
- See Also:
- Constant Field Values
-
ONLY_SERVING_NODES_REQUIRED
public static final ServingNodeIndication ONLY_SERVING_NODES_REQUIRED
-
-
Method Detail
-
fromInt
public static ServingNodeIndication 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
-
-