com.ibm.diameter.charging.util
Class PoCSessionType
java.lang.Object
com.ibm.diameter.charging.util.PoCSessionType
public class PoCSessionType
- extends java.lang.Object
Describes the PoCSessionType values that may be specified for the
PoC-Session-Type Avp.
- ONE_TO_ONE_POC_SESSION
- CHAT_POC_GROUP_SESSION
- PRE_ARRANGED_POC_GROUP_SESSION
- AD_HOC_POC_GROUP_SESSION
Method Summary |
static boolean |
isDefined(int value)
Used by the charging web services to validate the value specified for the
PoC-Session-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 |
ONE_TO_ONE_POC_SESSION
public static final int ONE_TO_ONE_POC_SESSION
- See Also:
- Constant Field Values
CHAT_POC_GROUP_SESSION
public static final int CHAT_POC_GROUP_SESSION
- See Also:
- Constant Field Values
PRE_ARRANGED_POC_GROUP_SESSION
public static final int PRE_ARRANGED_POC_GROUP_SESSION
- See Also:
- Constant Field Values
AD_HOC_POC_GROUP_SESSION
public static final int AD_HOC_POC_GROUP_SESSION
- 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
PoC-Session-Type Avp against the allowed enumerated values.
- Parameters:
value
- the value of the Avp under test
- Returns:
- boolean indicating whether the specified PoCSessionType value is valid
Copyright © 2006 IBM Corp. All Rights Reserved.