Class SessionPriority
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.vcb0.SessionPriority
-
- All Implemented Interfaces:
Serializable,Enumerated
public class SessionPriority extends Object implements Serializable, Enumerated
Java class to represent the SessionPriority enumerated type. Documentation from the relevant specification: The Session-Priority AVP is of type Enumerated and indicates to the HSS the session's priority. The following values are defined:- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int_PRIORITY_0static int_PRIORITY_1static int_PRIORITY_2static int_PRIORITY_3static int_PRIORITY_4static SessionPriorityPRIORITY_0static SessionPriorityPRIORITY_1static SessionPriorityPRIORITY_2static SessionPriorityPRIORITY_3static SessionPriorityPRIORITY_4
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SessionPriorityfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
Field Detail
-
_PRIORITY_0
public static final int _PRIORITY_0
- See Also:
- Constant Field Values
-
_PRIORITY_1
public static final int _PRIORITY_1
- See Also:
- Constant Field Values
-
_PRIORITY_2
public static final int _PRIORITY_2
- See Also:
- Constant Field Values
-
_PRIORITY_3
public static final int _PRIORITY_3
- See Also:
- Constant Field Values
-
_PRIORITY_4
public static final int _PRIORITY_4
- See Also:
- Constant Field Values
-
PRIORITY_0
public static final SessionPriority PRIORITY_0
-
PRIORITY_1
public static final SessionPriority PRIORITY_1
-
PRIORITY_2
public static final SessionPriority PRIORITY_2
-
PRIORITY_3
public static final SessionPriority PRIORITY_3
-
PRIORITY_4
public static final SessionPriority PRIORITY_4
-
-
Method Detail
-
fromInt
public static SessionPriority 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
-
-