Class SessionDirection
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.vb80.SessionDirection
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class SessionDirection extends Object implements Serializable, Enumerated
Java class to represent the SessionDirection enumerated type. Documentation from the relevant specification: The Session-Direction AVP (AVP code 2707) is of type Enumerated and indicates whether the NNI is used for an inbound or outbound service request on the control plane in case of interconnection and roaming.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_INBOUND
static int
_OUTBOUND
static SessionDirection
INBOUND
static SessionDirection
OUTBOUND
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SessionDirection
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_INBOUND
public static final int _INBOUND
- See Also:
- Constant Field Values
-
_OUTBOUND
public static final int _OUTBOUND
- See Also:
- Constant Field Values
-
INBOUND
public static final SessionDirection INBOUND
-
OUTBOUND
public static final SessionDirection OUTBOUND
-
-
Method Detail
-
fromInt
public static SessionDirection 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
-
-