com.ibm.soa.parlayx21.third_party_call
Class CallTerminationCause

java.lang.Object
  extended by com.ibm.soa.parlayx21.third_party_call.CallTerminationCause
All Implemented Interfaces:
java.io.Serializable

public class CallTerminationCause
extends java.lang.Object
implements java.io.Serializable

List of call termination cause values.

See Also:
Serialized Form

Field Summary
static java.lang.String _CallAborted
           
static java.lang.String _CalledPartyBusy
           
static java.lang.String _CalledPartyNoAnswer
           
static java.lang.String _CalledPartyNotReachable
           
static java.lang.String _CallHangUp
           
static java.lang.String _CallingPartyBusy
           
static java.lang.String _CallingPartyNoAnswer
           
static java.lang.String _CallingPartyNotReachable
           
static CallTerminationCause CallAborted
          The call was aborted (any other termination cause)
static CallTerminationCause CalledPartyBusy
          Called Party was busy
static CallTerminationCause CalledPartyNoAnswer
          Called Party did not answer
static CallTerminationCause CalledPartyNotReachable
          Called Party was not reachable
static CallTerminationCause CallHangUp
          The call was terminated by either party hanging up
static CallTerminationCause CallingPartyBusy
          Calling Party was busy
static CallTerminationCause CallingPartyNoAnswer
          Calling Party did not answer
static CallTerminationCause CallingPartyNotReachable
          Calling Party was not reachable
 
Constructor Summary
protected CallTerminationCause(java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static CallTerminationCause fromString(java.lang.String value)
           
static CallTerminationCause fromValue(java.lang.String value)
           
 java.lang.String getValue()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_CallingPartyNoAnswer

public static final java.lang.String _CallingPartyNoAnswer
See Also:
Constant Field Values

_CalledPartyNoAnswer

public static final java.lang.String _CalledPartyNoAnswer
See Also:
Constant Field Values

_CallingPartyBusy

public static final java.lang.String _CallingPartyBusy
See Also:
Constant Field Values

_CalledPartyBusy

public static final java.lang.String _CalledPartyBusy
See Also:
Constant Field Values

_CallingPartyNotReachable

public static final java.lang.String _CallingPartyNotReachable
See Also:
Constant Field Values

_CalledPartyNotReachable

public static final java.lang.String _CalledPartyNotReachable
See Also:
Constant Field Values

_CallHangUp

public static final java.lang.String _CallHangUp
See Also:
Constant Field Values

_CallAborted

public static final java.lang.String _CallAborted
See Also:
Constant Field Values

CallingPartyNoAnswer

public static final CallTerminationCause CallingPartyNoAnswer
Calling Party did not answer


CalledPartyNoAnswer

public static final CallTerminationCause CalledPartyNoAnswer
Called Party did not answer


CallingPartyBusy

public static final CallTerminationCause CallingPartyBusy
Calling Party was busy


CalledPartyBusy

public static final CallTerminationCause CalledPartyBusy
Called Party was busy


CallingPartyNotReachable

public static final CallTerminationCause CallingPartyNotReachable
Calling Party was not reachable


CalledPartyNotReachable

public static final CallTerminationCause CalledPartyNotReachable
Called Party was not reachable


CallHangUp

public static final CallTerminationCause CallHangUp
The call was terminated by either party hanging up


CallAborted

public static final CallTerminationCause CallAborted
The call was aborted (any other termination cause)

Constructor Detail

CallTerminationCause

protected CallTerminationCause(java.lang.String value)
Method Detail

getValue

public java.lang.String getValue()

fromValue

public static CallTerminationCause fromValue(java.lang.String value)
                                      throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

fromString

public static CallTerminationCause fromString(java.lang.String value)
                                       throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2003 IBM Corp. All Rights Reserved.