com.ibm.diameter.sh.util
Class DataReference

java.lang.Object
  extended by com.ibm.diameter.sh.util.DataReference

public class DataReference
extends java.lang.Object

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)

See Also:
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

RepositoryData

public static final int RepositoryData
The Data Reference value for RepositoryData is 0

See Also:
Constant Field Values

IMSPublicIdentity

public static final int IMSPublicIdentity
The Data Reference value for IMSPublicIdentity is 10

See Also:
Constant Field Values

IMSUserState

public static final int IMSUserState
The Data Reference value for IMSUserState is 11

See Also:
Constant Field Values

S_CSCFName

public static final int S_CSCFName
The Data Reference value for S_CSCFName is 12

See Also:
Constant Field Values

InitialFilterCriteria

public static final int InitialFilterCriteria
The Data Reference value for InitialFilterCriteria is 13

See Also:
Constant Field Values

LocationInformation

public static final int LocationInformation
The Data Reference value for LocationInformation is 14

See Also:
Constant Field Values

UserState

public static final int UserState
The Data Reference value for UserState is 15

See Also:
Constant Field Values

Charging_information

public static final int Charging_information
The Data Reference value for ChargingInformation is 16

See Also:
Constant Field Values

MSISDN

public static final int MSISDN
The Data Reference value for MSISDN is 17

See Also:
Constant Field Values

PSIActivation

public static final int PSIActivation
The Data Reference value for PSIActivation is 18

See Also:
Constant Field Values
Method Detail

isDataReferenceDefined

public static boolean isDataReferenceDefined(int value)
Used to determine if the specified DataReference value is valid.

Parameters:
DataReference - value to be tested
Returns:
boolean indicating whether the specified DataReference value is valid


Copyright © 2006 IBM Corp. All Rights Reserved.