Class DataReference
- java.lang.Object
-
- org.jainslee.resources.diameter.sh.types.v780.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
Fields Modifier and Type Field Description static int
_CHARGING_INFORMATION
static int
_DSAI
static int
_IMS_PUBLIC_IDENTITY
static int
_IMS_USER_STATE
static int
_INITIAL_FILTER_CRITERIA
static int
_LOCATION_INFORMATION
static int
_MSISDN
static int
_PSIACTIVATION
static int
_REPOSITORY_DATA
static int
_S_CSCFNAME
static int
_USER_STATE
static DataReference
CHARGING_INFORMATION
static DataReference
DSAI
static DataReference
IMS_PUBLIC_IDENTITY
static DataReference
IMS_USER_STATE
static DataReference
INITIAL_FILTER_CRITERIA
This value is used to request initial filter criteria relevant to the requesting ASstatic DataReference
LOCATION_INFORMATION
static DataReference
MSISDN
static DataReference
PSIACTIVATION
static DataReference
REPOSITORY_DATA
static DataReference
S_CSCFNAME
static DataReference
USER_STATE
-
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
-
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
-
-
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
-
-