com.ibm.soa.parlayx21.call_notification
Class ActionValues

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

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

The ActionValues data type is an enumeration with the following values.

See Also:
Serialized Form

Field Summary
static java.lang.String _Continue
           
static java.lang.String _EndCall
           
static java.lang.String _Route
           
static ActionValues Continue
          Request to continue the call without any changes.
static ActionValues EndCall
          Request to end the call.
static ActionValues Route
          Request to (re-)route the call to the address indicated with routingAddress.
 
Constructor Summary
protected ActionValues(java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static ActionValues fromString(java.lang.String value)
           
static ActionValues 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

_Route

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

_Continue

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

_EndCall

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

Route

public static final ActionValues Route
Request to (re-)route the call to the address indicated with routingAddress.


Continue

public static final ActionValues Continue
Request to continue the call without any changes. This will result in normal handling of the event in the network.


EndCall

public static final ActionValues EndCall
Request to end the call. This will result in termination of the call. The callingParty will receive a tone or announcement.

Constructor Detail

ActionValues

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

getValue

public java.lang.String getValue()

fromValue

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

fromString

public static ActionValues 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.