public class ProcessQueryImpl extends QueryImpl implements ProcessQuery
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected <any> |
parameters
The cached value of the '
Parameters ' map. |
protected static java.lang.String |
QUERY_PROCESSOR_ID_EDEFAULT
The default value of the '
Query Processor Id ' attribute. |
protected java.lang.String |
queryProcessorId
The cached value of the '
Query Processor Id ' attribute. |
description, DESCRIPTION_EDEFAULT, matchingCriteria, returnType, RUN_FOR_COUNT_EDEFAULT, runForCount
id, ID_EDEFAULT, name, NAME_EDEFAULT, synched, SYNCHED_EDEFAULT, tags
Modifier | Constructor and Description |
---|---|
protected |
ProcessQueryImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
<any> |
getParameters() |
java.lang.String |
getQueryProcessorId() |
void |
setQueryProcessorId(java.lang.String newQueryProcessorId) |
java.lang.String |
toString() |
basicGetReturnType, getDescription, getMatchingCriteria, getReturnType, isRunForCount, setDescription, setReturnType, setRunForCount
eInvoke, getId, getName, getPath, getTags, isSynched, setId, setName, setSynched
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDescription, getMatchingCriteria, getReturnType, isRunForCount, setDescription, setReturnType, setRunForCount
getId, getName, getPath, getTags, setId, setName
isSynched, setSynched
protected <any> parameters
Parameters
' map.
getParameters()
protected static final java.lang.String QUERY_PROCESSOR_ID_EDEFAULT
Query Processor Id
' attribute.
getQueryProcessorId()
protected java.lang.String queryProcessorId
Query Processor Id
' attribute.
getQueryProcessorId()
protected EClass eStaticClass()
eStaticClass
in class QueryImpl
public <any> getParameters()
getParameters
in interface ProcessQuery
DatasourcesPackage.getProcessQuery_Parameters()
public java.lang.String getQueryProcessorId()
getQueryProcessorId
in interface ProcessQuery
ProcessQuery.setQueryProcessorId(String)
,
DatasourcesPackage.getProcessQuery_QueryProcessorId()
public void setQueryProcessorId(java.lang.String newQueryProcessorId)
setQueryProcessorId
in interface ProcessQuery
newQueryProcessorId
- the new value of the 'Query Processor Id' attribute.ProcessQuery.getQueryProcessorId()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class QueryImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)