com.ibm.diameter.charging.util
Class SubscriptionIdType

java.lang.Object
  extended by com.ibm.diameter.charging.util.SubscriptionIdType

public class SubscriptionIdType
extends java.lang.Object

Describes the SubscriptionIdType values that may be specified for the Subscription-Id-Type Avp.


Field Summary
static int END_USER_E164
           
static int END_USER_IMSI
           
static int END_USER_NAI
           
static int END_USER_PRIVATE
           
static int END_USER_SIP_URL
           
 
Method Summary
static boolean isDefined(int value)
          Used by the charging web services to validate the value specified for the Subscription-Id-Type Avp against the allowed enumerated values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

END_USER_E164

public static final int END_USER_E164
See Also:
Constant Field Values

END_USER_IMSI

public static final int END_USER_IMSI
See Also:
Constant Field Values

END_USER_SIP_URL

public static final int END_USER_SIP_URL
See Also:
Constant Field Values

END_USER_NAI

public static final int END_USER_NAI
See Also:
Constant Field Values

END_USER_PRIVATE

public static final int END_USER_PRIVATE
See Also:
Constant Field Values
Method Detail

isDefined

public static boolean isDefined(int value)
Used by the charging web services to validate the value specified for the Subscription-Id-Type Avp against the allowed enumerated values.

Parameters:
value - the value of the Avp under test
Returns:
boolean indicating whether the specified SubscriptionIdType value is valid


Copyright © 2006 IBM Corp. All Rights Reserved.