Class QosClassIdentifier
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.va10.QosClassIdentifier
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class QosClassIdentifier extends Object implements Serializable, Enumerated
Java class to represent the QosClassIdentifier enumerated type. Documentation from the relevant specification: QoS-Class-Identifier AVP (AVP code 1028) is of type Enumerated, and it identifies a set of IP-CAN specific QoS parameters that define the authorized QoS, excluding the applicable bitrates and ARP for the IP-CAN bearer or service flow. The allowed values for the nine standard QCIs are defined in Table 6.1.7 of 3GPP TS 23.203 [7].- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_QCI_1
static int
_QCI_2
static int
_QCI_3
static int
_QCI_4
static int
_QCI_5
static int
_QCI_6
static int
_QCI_7
static int
_QCI_8
static int
_QCI_9
static QosClassIdentifier
QCI_1
static QosClassIdentifier
QCI_2
static QosClassIdentifier
QCI_3
static QosClassIdentifier
QCI_4
static QosClassIdentifier
QCI_5
static QosClassIdentifier
QCI_6
static QosClassIdentifier
QCI_7
static QosClassIdentifier
QCI_8
static QosClassIdentifier
QCI_9
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QosClassIdentifier
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_QCI_1
public static final int _QCI_1
- See Also:
- Constant Field Values
-
_QCI_2
public static final int _QCI_2
- See Also:
- Constant Field Values
-
_QCI_3
public static final int _QCI_3
- See Also:
- Constant Field Values
-
_QCI_4
public static final int _QCI_4
- See Also:
- Constant Field Values
-
_QCI_5
public static final int _QCI_5
- See Also:
- Constant Field Values
-
_QCI_6
public static final int _QCI_6
- See Also:
- Constant Field Values
-
_QCI_7
public static final int _QCI_7
- See Also:
- Constant Field Values
-
_QCI_8
public static final int _QCI_8
- See Also:
- Constant Field Values
-
_QCI_9
public static final int _QCI_9
- See Also:
- Constant Field Values
-
QCI_1
public static final QosClassIdentifier QCI_1
-
QCI_2
public static final QosClassIdentifier QCI_2
-
QCI_3
public static final QosClassIdentifier QCI_3
-
QCI_4
public static final QosClassIdentifier QCI_4
-
QCI_5
public static final QosClassIdentifier QCI_5
-
QCI_6
public static final QosClassIdentifier QCI_6
-
QCI_7
public static final QosClassIdentifier QCI_7
-
QCI_8
public static final QosClassIdentifier QCI_8
-
QCI_9
public static final QosClassIdentifier QCI_9
-
-
Method Detail
-
fromInt
public static QosClassIdentifier 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
-
-