hp.opencall.media.ccapi
Class Q850Cause

java.lang.Object
  extended byhp.opencall.media.ccapi.Q850Cause
All Implemented Interfaces:
Serializable

public class Q850Cause
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static Q850Cause CALL_REJECTED
           
static Q850Cause INVALID_NUMBER_FORMAT
           
static int MAX
           
static int MIN
           
static Q850Cause NORMAL_CALL_CLEARING
           
static Q850Cause NORMAL_UNSPECIFIED
           
static Q850Cause RESOURCE_UNAVAILABLE_UNSPECIFIED
           
static Q850Cause USER_BUSY
           
 
Method Summary
 int getCause()
          get the Q850 cause value
static Q850Cause getInstance(int value)
          get the CAUSE coresponding to the integer value OR throw exption if not found
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

USER_BUSY

public static final Q850Cause USER_BUSY

NORMAL_CALL_CLEARING

public static final Q850Cause NORMAL_CALL_CLEARING

CALL_REJECTED

public static final Q850Cause CALL_REJECTED

INVALID_NUMBER_FORMAT

public static final Q850Cause INVALID_NUMBER_FORMAT

NORMAL_UNSPECIFIED

public static final Q850Cause NORMAL_UNSPECIFIED

RESOURCE_UNAVAILABLE_UNSPECIFIED

public static final Q850Cause RESOURCE_UNAVAILABLE_UNSPECIFIED

MIN

public static final int MIN
See Also:
Constant Field Values

MAX

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

toString

public String toString()
Returns:
java.lang.String

getCause

public int getCause()
get the Q850 cause value

Returns:
int

getInstance

public static Q850Cause getInstance(int value)
                             throws CCBadParamsException
get the CAUSE coresponding to the integer value OR throw exption if not found

Throws:
CCBadParamsException