Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.context
Enum EventPackageName

java.lang.Object
  extended by java.lang.Enum<EventPackageName>
      extended by com.oracle.sft.api.context.EventPackageName

All Implemented Interfaces:
Serializable, Comparable<EventPackageName>

public enum EventPackageName
extends Enum<EventPackageName>

Java class for EventPackageName which specifies the supported EventPackages.


Enum Constant Summary
CONFERENCEEVENT
           
MWIEVENT
           
REFEREVENT
           

 

Method Summary
static EventPackageName fromValue(String v)
           
 String value()
           
static EventPackageName valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EventPackageName[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

MWIEVENT

public static final EventPackageName MWIEVENT

CONFERENCEEVENT

public static final EventPackageName CONFERENCEEVENT

REFEREVENT

public static final EventPackageName REFEREVENT

Method Detail

values

public static EventPackageName[] 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 (EventPackageName c : EventPackageName.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static EventPackageName valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

value

public String value()

fromValue

public static EventPackageName fromValue(String v)

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.