public class RunnableQueryImpl extends MinimalEObjectImpl.Container implements RunnableQuery
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected static BooleanOperator |
BOOLEAN_OPERATOR_EDEFAULT
The default value of the '
Boolean Operator ' attribute. |
protected BooleanOperator |
booleanOperator
The cached value of the '
Boolean Operator ' attribute. |
protected static java.lang.String |
QUERY_PATH_EDEFAULT
The default value of the '
Query Path ' attribute. |
protected java.lang.String |
queryPath
The cached value of the '
Query Path ' attribute. |
protected static java.lang.String |
TARGET_VARIABLE_PATH_EDEFAULT
The default value of the '
Target Variable Path ' attribute. |
protected java.lang.String |
targetVariablePath
The cached value of the '
Target Variable Path ' attribute. |
Modifier | Constructor and Description |
---|---|
protected |
RunnableQueryImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
BooleanOperator |
getBooleanOperator() |
java.lang.String |
getQueryPath() |
java.lang.String |
getTargetVariablePath() |
void |
setBooleanOperator(BooleanOperator newBooleanOperator) |
void |
setQueryPath(java.lang.String newQueryPath) |
void |
setTargetVariablePath(java.lang.String newTargetVariablePath) |
java.lang.String |
toString() |
protected static final java.lang.String TARGET_VARIABLE_PATH_EDEFAULT
Target Variable Path
' attribute.
getTargetVariablePath()
protected java.lang.String targetVariablePath
Target Variable Path
' attribute.
getTargetVariablePath()
protected static final java.lang.String QUERY_PATH_EDEFAULT
Query Path
' attribute.
getQueryPath()
protected java.lang.String queryPath
Query Path
' attribute.
getQueryPath()
protected static final BooleanOperator BOOLEAN_OPERATOR_EDEFAULT
Boolean Operator
' attribute.
getBooleanOperator()
protected BooleanOperator booleanOperator
Boolean Operator
' attribute.
getBooleanOperator()
protected EClass eStaticClass()
public java.lang.String getTargetVariablePath()
getTargetVariablePath
in interface RunnableQuery
RunnableQuery.setTargetVariablePath(String)
,
DatasourcesPackage.getRunnableQuery_TargetVariablePath()
public void setTargetVariablePath(java.lang.String newTargetVariablePath)
setTargetVariablePath
in interface RunnableQuery
newTargetVariablePath
- the new value of the 'Target Variable Path' attribute.RunnableQuery.getTargetVariablePath()
public java.lang.String getQueryPath()
getQueryPath
in interface RunnableQuery
RunnableQuery.setQueryPath(String)
,
DatasourcesPackage.getRunnableQuery_QueryPath()
public void setQueryPath(java.lang.String newQueryPath)
setQueryPath
in interface RunnableQuery
newQueryPath
- the new value of the 'Query Path' attribute.RunnableQuery.getQueryPath()
public BooleanOperator getBooleanOperator()
getBooleanOperator
in interface RunnableQuery
BooleanOperator
,
RunnableQuery.setBooleanOperator(BooleanOperator)
,
DatasourcesPackage.getRunnableQuery_BooleanOperator()
public void setBooleanOperator(BooleanOperator newBooleanOperator)
setBooleanOperator
in interface RunnableQuery
newBooleanOperator
- the new value of the 'Boolean Operator' attribute.BooleanOperator
,
RunnableQuery.getBooleanOperator()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()