|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<XPathExtensionFunctionDescriptor.ExpressionType>
com.ibm.bpe.xpath.spi.XPathExtensionFunctionDescriptor.ExpressionType
public static enum XPathExtensionFunctionDescriptor.ExpressionType
Used to express in what type of expressions and conditions this function is available.
For example, there might be functions that are required in the join condition of a BPEL process
but not in a link condition.
XPath conditions and expression types are:
Enum Constant Summary | |
---|---|
EXIT_CONDITION
To indicate the function is available in a BPEL exit condition. |
|
FOR_EACH_COUNTER
To indicate the function is available in an BPEL for-each counter expression. |
|
GENERAL_EXPRESSION
To indicate the function is available in a BPEL general expression, for example, in a to or from expression of an assignment. |
|
JOIN_CONDITION
To indicate the function is available in a BPEL join condition. |
|
TIMEOUT_EXPRESSION
To indicate the function is available in a BPEL timeout expression. |
|
TRANSITION_CONDITION
To indicate the function is available in a BPEL link condition |
Method Summary | |
---|---|
static XPathExtensionFunctionDescriptor.ExpressionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static XPathExtensionFunctionDescriptor.ExpressionType[] |
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 |
---|
public static final XPathExtensionFunctionDescriptor.ExpressionType JOIN_CONDITION
public static final XPathExtensionFunctionDescriptor.ExpressionType TRANSITION_CONDITION
public static final XPathExtensionFunctionDescriptor.ExpressionType EXIT_CONDITION
public static final XPathExtensionFunctionDescriptor.ExpressionType TIMEOUT_EXPRESSION
public static final XPathExtensionFunctionDescriptor.ExpressionType GENERAL_EXPRESSION
public static final XPathExtensionFunctionDescriptor.ExpressionType FOR_EACH_COUNTER
Method Detail |
---|
public static XPathExtensionFunctionDescriptor.ExpressionType[] values()
for (XPathExtensionFunctionDescriptor.ExpressionType c : XPathExtensionFunctionDescriptor.ExpressionType.values()) System.out.println(c);
public static XPathExtensionFunctionDescriptor.ExpressionType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |