Class DataReference
- java.lang.Object
-
- org.jainslee.resources.diameter.sh.types.vc60.DataReference
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class DataReference extends Object implements Serializable, Enumerated
Java class to represent the DataReference enumerated type. Documentation from the relevant specification: The Data-Reference AVP is of type Enumerated, and indicates the type of the requested user data in the operation UDR and SNR. Its exact values and meaning is defined in 3GPP TS 29.328 [1].- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataReference
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_REPOSITORY_DATA
public static final int _REPOSITORY_DATA
- See Also:
- Constant Field Values
-
_IMS_PUBLIC_IDENTITY
public static final int _IMS_PUBLIC_IDENTITY
- See Also:
- Constant Field Values
-
_IMS_USER_STATE
public static final int _IMS_USER_STATE
- See Also:
- Constant Field Values
-
_S_CSCFNAME
public static final int _S_CSCFNAME
- See Also:
- Constant Field Values
-
_INITIAL_FILTER_CRITERIA
public static final int _INITIAL_FILTER_CRITERIA
- See Also:
- Constant Field Values
-
_LOCATION_INFORMATION
public static final int _LOCATION_INFORMATION
- See Also:
- Constant Field Values
-
_USER_STATE
public static final int _USER_STATE
- See Also:
- Constant Field Values
-
_CHARGING_INFORMATION
public static final int _CHARGING_INFORMATION
- See Also:
- Constant Field Values
-
_MSISDN
public static final int _MSISDN
- See Also:
- Constant Field Values
-
_PSIACTIVATION
public static final int _PSIACTIVATION
- See Also:
- Constant Field Values
-
_DSAI
public static final int _DSAI
- See Also:
- Constant Field Values
-
_SERVICE_LEVEL_TRACE_INFO
public static final int _SERVICE_LEVEL_TRACE_INFO
- See Also:
- Constant Field Values
-
_IP_ADDRESS_SECURE_BINDING_INFORMATION
public static final int _IP_ADDRESS_SECURE_BINDING_INFORMATION
- See Also:
- Constant Field Values
-
_SERVICE_PRIORITY_LEVEL
public static final int _SERVICE_PRIORITY_LEVEL
- See Also:
- Constant Field Values
-
_SMS_REGISTRATION_INFO
public static final int _SMS_REGISTRATION_INFO
- See Also:
- Constant Field Values
-
_UE_REACHABILITY_FOR_IP
public static final int _UE_REACHABILITY_FOR_IP
- See Also:
- Constant Field Values
-
_TADS_INFORMATION
public static final int _TADS_INFORMATION
- See Also:
- Constant Field Values
-
_STN_SR
public static final int _STN_SR
- See Also:
- Constant Field Values
-
_UE_SRVCC_CAPABILITY
public static final int _UE_SRVCC_CAPABILITY
- See Also:
- Constant Field Values
-
_EXTENDED_PRIORITY
public static final int _EXTENDED_PRIORITY
- See Also:
- Constant Field Values
-
_CSRN
public static final int _CSRN
- See Also:
- Constant Field Values
-
_REFERENCE_LOCATION_INFORMATION
public static final int _REFERENCE_LOCATION_INFORMATION
- See Also:
- Constant Field Values
-
_IMSI
public static final int _IMSI
- See Also:
- Constant Field Values
-
_IMS_PRIVATE_USER_IDENTITY
public static final int _IMS_PRIVATE_USER_IDENTITY
- See Also:
- Constant Field Values
-
REPOSITORY_DATA
public static final DataReference REPOSITORY_DATA
-
IMS_PUBLIC_IDENTITY
public static final DataReference IMS_PUBLIC_IDENTITY
-
IMS_USER_STATE
public static final DataReference IMS_USER_STATE
-
S_CSCFNAME
public static final DataReference S_CSCFNAME
-
INITIAL_FILTER_CRITERIA
public static final DataReference INITIAL_FILTER_CRITERIA
This value is used to request initial filter criteria relevant to the requesting AS
-
LOCATION_INFORMATION
public static final DataReference LOCATION_INFORMATION
-
USER_STATE
public static final DataReference USER_STATE
-
CHARGING_INFORMATION
public static final DataReference CHARGING_INFORMATION
-
MSISDN
public static final DataReference MSISDN
-
PSIACTIVATION
public static final DataReference PSIACTIVATION
-
DSAI
public static final DataReference DSAI
-
SERVICE_LEVEL_TRACE_INFO
public static final DataReference SERVICE_LEVEL_TRACE_INFO
-
IP_ADDRESS_SECURE_BINDING_INFORMATION
public static final DataReference IP_ADDRESS_SECURE_BINDING_INFORMATION
-
SERVICE_PRIORITY_LEVEL
public static final DataReference SERVICE_PRIORITY_LEVEL
-
SMS_REGISTRATION_INFO
public static final DataReference SMS_REGISTRATION_INFO
-
UE_REACHABILITY_FOR_IP
public static final DataReference UE_REACHABILITY_FOR_IP
-
TADS_INFORMATION
public static final DataReference TADS_INFORMATION
-
STN_SR
public static final DataReference STN_SR
-
UE_SRVCC_CAPABILITY
public static final DataReference UE_SRVCC_CAPABILITY
-
EXTENDED_PRIORITY
public static final DataReference EXTENDED_PRIORITY
-
CSRN
public static final DataReference CSRN
-
REFERENCE_LOCATION_INFORMATION
public static final DataReference REFERENCE_LOCATION_INFORMATION
-
IMSI
public static final DataReference IMSI
-
IMS_PRIVATE_USER_IDENTITY
public static final DataReference IMS_PRIVATE_USER_IDENTITY
-
-
Method Detail
-
fromInt
public static DataReference 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
-
-