Class QosClassIdentifier
- java.lang.Object
-
- org.jainslee.resources.diameter.gx.types.vb90.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 data 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_1static int_QCI_2static int_QCI_3static int_QCI_4static int_QCI_5static int_QCI_6static int_QCI_7static int_QCI_8static int_QCI_9static QosClassIdentifierQCI_1static QosClassIdentifierQCI_2static QosClassIdentifierQCI_3static QosClassIdentifierQCI_4static QosClassIdentifierQCI_5static QosClassIdentifierQCI_6static QosClassIdentifierQCI_7static QosClassIdentifierQCI_8static QosClassIdentifierQCI_9
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QosClassIdentifierfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-