public interface RunnableQuery
The following features are supported:
DatasourcesPackage.getRunnableQuery()
Modifier and Type | Method and Description |
---|---|
BooleanOperator |
getBooleanOperator()
Returns the value of the 'Boolean Operator' attribute.
|
java.lang.String |
getQueryPath()
Returns the value of the 'Query Path' attribute.
|
java.lang.String |
getTargetVariablePath()
Returns the value of the 'Target Variable Path' attribute.
|
void |
setBooleanOperator(BooleanOperator value)
Sets the value of the '
Boolean Operator ' attribute. |
void |
setQueryPath(java.lang.String value)
Sets the value of the '
Query Path ' attribute. |
void |
setTargetVariablePath(java.lang.String value)
Sets the value of the '
Target Variable Path ' attribute. |
java.lang.String getTargetVariablePath()
If the meaning of the 'Target Variable Path' attribute isn't clear, there really should be more of a description here...
setTargetVariablePath(String)
,
DatasourcesPackage.getRunnableQuery_TargetVariablePath()
void setTargetVariablePath(java.lang.String value)
Target Variable Path
' attribute.
value
- the new value of the 'Target Variable Path' attribute.getTargetVariablePath()
java.lang.String getQueryPath()
If the meaning of the 'Query Path' attribute isn't clear, there really should be more of a description here...
setQueryPath(String)
,
DatasourcesPackage.getRunnableQuery_QueryPath()
void setQueryPath(java.lang.String value)
Query Path
' attribute.
value
- the new value of the 'Query Path' attribute.getQueryPath()
BooleanOperator getBooleanOperator()
"AND"
.
The literals are from the enumeration BooleanOperator
.
If the meaning of the 'Boolean Operator' attribute isn't clear, there really should be more of a description here...
BooleanOperator
,
setBooleanOperator(BooleanOperator)
,
DatasourcesPackage.getRunnableQuery_BooleanOperator()
void setBooleanOperator(BooleanOperator value)
Boolean Operator
' attribute.
value
- the new value of the 'Boolean Operator' attribute.BooleanOperator
,
getBooleanOperator()