|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.diameter.sh.util.DataReference
public class DataReference
The DataReference class defines the valid DataReference values used in the getUserData, subscribeUserData, and notifyUserData Web service methods. The values are defined in ETSI TS 129.328 V 6.9.0 (2006-03)
com.ibm.diameter.sh.DiameterShService#getUserData
,
com.ibm.diameter.sh.DiameterShService#subscribeUserData
,
com.ibm.diameter.sh.notify.DiameterShNotifyService#notifyUserDataChange
Field Summary | |
---|---|
static int |
Charging_information
The Data Reference value for ChargingInformation is 16 |
static int |
IMSPublicIdentity
The Data Reference value for IMSPublicIdentity is 10 |
static int |
IMSUserState
The Data Reference value for IMSUserState is 11 |
static int |
InitialFilterCriteria
The Data Reference value for InitialFilterCriteria is 13 |
static int |
LocationInformation
The Data Reference value for LocationInformation is 14 |
static int |
MSISDN
The Data Reference value for MSISDN is 17 |
static int |
PSIActivation
The Data Reference value for PSIActivation is 18 |
static int |
RepositoryData
The Data Reference value for RepositoryData is 0 |
static int |
S_CSCFName
The Data Reference value for S_CSCFName is 12 |
static int |
UserState
The Data Reference value for UserState is 15 |
Method Summary | |
---|---|
static boolean |
isDataReferenceDefined(int value)
Used to determine if the specified DataReference value is valid. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int RepositoryData
public static final int IMSPublicIdentity
public static final int IMSUserState
public static final int S_CSCFName
public static final int InitialFilterCriteria
public static final int LocationInformation
public static final int UserState
public static final int Charging_information
public static final int MSISDN
public static final int PSIActivation
Method Detail |
---|
public static boolean isDataReferenceDefined(int value)
DataReference
- value to be tested
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |