com.ibm.diameter.charging.util
Class SubscriptionIdType
java.lang.Object
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.
- END_USER_E164
- END_USER_IMSI
- END_USER_SIP_URL
- END_USER_NAI
- END_USER_PRIVATE
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 |
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
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.