com.ibm.soa.parlayx21.call_notification
Class CallEvents

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

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

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

See Also:
Serialized Form

Field Summary
static java.lang.String _Busy
           
static java.lang.String _CalledNumber
           
static java.lang.String _NoAnswer
           
static java.lang.String _NotReachable
           
static CallEvents Busy
          Called party is busy.
static CallEvents CalledNumber
          A call between two parties is being attempted.
static CallEvents NoAnswer
           
static CallEvents NotReachable
          Called party is not reachable.
 
Constructor Summary
protected CallEvents(java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static CallEvents fromString(java.lang.String value)
           
static CallEvents 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

_Busy

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

_NotReachable

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

_NoAnswer

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

_CalledNumber

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

Busy

public static final CallEvents Busy
Called party is busy.


NotReachable

public static final CallEvents NotReachable
Called party is not reachable. NoAnswer Called party doesn’t answer.


NoAnswer

public static final CallEvents NoAnswer

CalledNumber

public static final CallEvents CalledNumber
A call between two parties is being attempted.

Constructor Detail

CallEvents

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

getValue

public java.lang.String getValue()

fromValue

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

fromString

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