Oracle Fusion Middleware Communication Services 11.1.1.1.0 Java API Reference
E14785-01

org.csapi.schema.parlayx.third_party_call.v2_3
Enum CallTerminationCause

java.lang.Object
  extended by java.lang.Enum<CallTerminationCause>
      extended by org.csapi.schema.parlayx.third_party_call.v2_3.CallTerminationCause
All Implemented Interfaces:
Serializable, java.lang.Comparable<CallTerminationCause>

public enum CallTerminationCause
extends java.lang.Enum<CallTerminationCause>

Java class for CallTerminationCause.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="CallTerminationCause">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="CallingPartyNoAnswer"/>
     <enumeration value="CalledPartyNoAnswer"/>
     <enumeration value="CallingPartyBusy"/>
     <enumeration value="CalledPartyBusy"/>
     <enumeration value="CallingPartyNotReachable"/>
     <enumeration value="CalledPartyNotReachable"/>
     <enumeration value="CallHangUp"/>
     <enumeration value="CallAborted"/>
   </restriction>
 </simpleType>
 


Enum Constant Summary
CALL_ABORTED
           
CALL_HANG_UP
           
CALLED_PARTY_BUSY
           
CALLED_PARTY_NO_ANSWER
           
CALLED_PARTY_NOT_REACHABLE
           
CALLING_PARTY_BUSY
           
CALLING_PARTY_NO_ANSWER
           
CALLING_PARTY_NOT_REACHABLE
           
 
Method Summary
static CallTerminationCause fromValue(java.lang.String v)
           
 java.lang.String value()
           
static CallTerminationCause valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CallTerminationCause[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

CALL_ABORTED

public static final CallTerminationCause CALL_ABORTED

CALL_HANG_UP

public static final CallTerminationCause CALL_HANG_UP

CALLED_PARTY_BUSY

public static final CallTerminationCause CALLED_PARTY_BUSY

CALLED_PARTY_NO_ANSWER

public static final CallTerminationCause CALLED_PARTY_NO_ANSWER

CALLED_PARTY_NOT_REACHABLE

public static final CallTerminationCause CALLED_PARTY_NOT_REACHABLE

CALLING_PARTY_BUSY

public static final CallTerminationCause CALLING_PARTY_BUSY

CALLING_PARTY_NO_ANSWER

public static final CallTerminationCause CALLING_PARTY_NO_ANSWER

CALLING_PARTY_NOT_REACHABLE

public static final CallTerminationCause CALLING_PARTY_NOT_REACHABLE
Method Detail

fromValue

public static CallTerminationCause fromValue(java.lang.String v)

value

public java.lang.String value()

valueOf

public static CallTerminationCause valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

values

public static CallTerminationCause[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (CallTerminationCause c : CallTerminationCause.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

Oracle Fusion Middleware Communication Services 11.1.1.1.0 Java API Reference
E14785-01

Copyright © 2005, 2009 Oracle and/or its affiliates. All rights reserved.