|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.bpel.compiler.bom.BpelObject
org.apache.ode.bpel.compiler.bom.Expression
org.apache.ode.bpel.compiler.bom.Query
public class Query
A Query is nothing more than an expression with the expression-language in the "queryLanguage" attribute rather than the "expressionLanguage" attribute.
Field Summary |
---|
Fields inherited from class org.apache.ode.bpel.compiler.bom.BpelObject |
---|
ATTR_LINENO |
Constructor Summary | |
---|---|
Query(org.w3c.dom.Element el)
|
Method Summary | |
---|---|
java.lang.String |
getExpressionLanguage()
Get the expression language for this expression. |
Methods inherited from class org.apache.ode.bpel.compiler.bom.Expression |
---|
getExpression |
Methods inherited from class org.apache.ode.bpel.compiler.bom.BpelObject |
---|
createBpelObject, getAttribute, getAttribute, getAttribute, getAttribute, getChildren, getChildren, getChildren, getColumnNo, getElement, getExtensibilityElement, getExtensibilityElements, getFirstChild, getFirstChild, getFirstExtensibilityElementElement, getLineNo, getNamespaceContext, getPath, getTextValue, getType, getURI, is11, is20Draft, isAttributeSet, rewriteTargetNS, setURI, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Query(org.w3c.dom.Element el)
Method Detail |
---|
public java.lang.String getExpressionLanguage()
Expression
getExpressionLanguage
in class Expression
null
if none specified
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |