public abstract class QueryImpl extends NodeImpl implements Query
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
description
The cached value of the '
Description ' attribute. |
protected static java.lang.String |
DESCRIPTION_EDEFAULT
The default value of the '
Description ' attribute. |
protected <any> |
matchingCriteria
The cached value of the '
Matching Criteria ' containment reference list. |
protected Type |
returnType
The cached value of the '
Return Type ' reference. |
protected static boolean |
RUN_FOR_COUNT_EDEFAULT
The default value of the '
Run For Count ' attribute. |
protected boolean |
runForCount
The cached value of the '
Run For Count ' attribute. |
id, ID_EDEFAULT, name, NAME_EDEFAULT, synched, SYNCHED_EDEFAULT, tags
Modifier | Constructor and Description |
---|---|
protected |
QueryImpl() |
Modifier and Type | Method and Description |
---|---|
Type |
basicGetReturnType() |
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) |
java.lang.String |
getDescription() |
<any> |
getMatchingCriteria() |
Type |
getReturnType() |
boolean |
isRunForCount() |
void |
setDescription(java.lang.String newDescription) |
void |
setReturnType(Type newReturnType) |
void |
setRunForCount(boolean newRunForCount) |
java.lang.String |
toString() |
eInvoke, getId, getName, getPath, getTags, isSynched, setId, setName, setSynched
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getId, getName, getPath, getTags, setId, setName
isSynched, setSynched
protected static final java.lang.String DESCRIPTION_EDEFAULT
Description
' attribute.
getDescription()
protected java.lang.String description
Description
' attribute.
getDescription()
protected <any> matchingCriteria
Matching Criteria
' containment reference list.
getMatchingCriteria()
protected static final boolean RUN_FOR_COUNT_EDEFAULT
Run For Count
' attribute.
isRunForCount()
,
Constant Field Valuesprotected boolean runForCount
Run For Count
' attribute.
isRunForCount()
protected Type returnType
Return Type
' reference.
getReturnType()
protected EClass eStaticClass()
eStaticClass
in class NodeImpl
public java.lang.String getDescription()
getDescription
in interface Query
Query.setDescription(String)
,
DatasourcesPackage.getQuery_Description()
public void setDescription(java.lang.String newDescription)
setDescription
in interface Query
newDescription
- the new value of the 'Description' attribute.Query.getDescription()
public <any> getMatchingCriteria()
getMatchingCriteria
in interface Query
DatasourcesPackage.getQuery_MatchingCriteria()
public boolean isRunForCount()
isRunForCount
in interface Query
Query.setRunForCount(boolean)
,
DatasourcesPackage.getQuery_RunForCount()
public void setRunForCount(boolean newRunForCount)
setRunForCount
in interface Query
newRunForCount
- the new value of the 'Run For Count' attribute.Query.isRunForCount()
public Type getReturnType()
getReturnType
in interface Query
Query.setReturnType(Type)
,
DatasourcesPackage.getQuery_ReturnType()
public Type basicGetReturnType()
public void setReturnType(Type newReturnType)
setReturnType
in interface Query
newReturnType
- the new value of the 'Return Type' reference.Query.getReturnType()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)