com.sonicsw.xq
Enum XQProcessContinuation.Level
java.lang.Object
java.lang.Enum<XQProcessContinuation.Level>
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.
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 |
STATELESS
public static final XQProcessContinuation.Level STATELESS
PROCESS_CONTEXT
public static final XQProcessContinuation.Level PROCESS_CONTEXT
ITINERARY
public static final XQProcessContinuation.Level ITINERARY
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>
Copyright © 2001-2012
Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.