Sonic ESB API

com.sonicsw.xq
Enum XQProcessContinuation.Level

java.lang.Object
  extended by java.lang.Enum<XQProcessContinuation.Level>
      extended by com.sonicsw.xq.XQProcessContinuation.Level
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<XQProcessContinuation.Level>
Enclosing interface:
XQProcessContinuation

public static enum XQProcessContinuation.Level
extends java.lang.Enum<XQProcessContinuation.Level>

Denotes the level for the continuation.


Enum Constant Summary
ITINERARY
           
PROCESS_CONTEXT
           
STATELESS
           
 
Method Summary
 boolean isGreaterThan(XQProcessContinuation.Level level)
           
 java.lang.String toString()
           
static XQProcessContinuation.Level valueOf(int index)
           
static XQProcessContinuation.Level valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XQProcessContinuation.Level[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

STATELESS

public static final XQProcessContinuation.Level STATELESS

PROCESS_CONTEXT

public static final XQProcessContinuation.Level PROCESS_CONTEXT

ITINERARY

public static final XQProcessContinuation.Level ITINERARY
Method Detail

values

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

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

valueOf

public static XQProcessContinuation.Level 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

isGreaterThan

public boolean isGreaterThan(XQProcessContinuation.Level level)

valueOf

public static XQProcessContinuation.Level valueOf(int index)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<XQProcessContinuation.Level>

Sonic ESB API

Copyright © 2001-2012 Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.