public class SimpleQueryImpl extends QueryImpl implements SimpleQuery
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
COUNT_QUERY_EDEFAULT
The default value of the '
Count Query ' attribute. |
protected java.lang.String |
countQuery
The cached value of the '
Count Query ' attribute. |
protected java.lang.String |
query
The cached value of the '
Query ' attribute. |
protected static java.lang.String |
QUERY_EDEFAULT
The default value of the '
Query ' 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 |
SimpleQueryImpl() |
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) |
java.lang.String |
getCountQuery() |
java.lang.String |
getQuery() |
void |
setCountQuery(java.lang.String newCountQuery) |
void |
setQuery(java.lang.String newQuery) |
java.lang.String |
toString() |
basicGetReturnType, eInverseRemove, 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 static final java.lang.String QUERY_EDEFAULT
Query
' attribute.
getQuery()
protected java.lang.String query
Query
' attribute.
getQuery()
protected static final java.lang.String COUNT_QUERY_EDEFAULT
Count Query
' attribute.
getCountQuery()
protected java.lang.String countQuery
Count Query
' attribute.
getCountQuery()
protected EClass eStaticClass()
eStaticClass
in class QueryImpl
public java.lang.String getQuery()
getQuery
in interface SimpleQuery
SimpleQuery.setQuery(String)
,
DatasourcesPackage.getSimpleQuery_Query()
public void setQuery(java.lang.String newQuery)
setQuery
in interface SimpleQuery
newQuery
- the new value of the 'Query' attribute.SimpleQuery.getQuery()
public java.lang.String getCountQuery()
getCountQuery
in interface SimpleQuery
SimpleQuery.setCountQuery(String)
,
DatasourcesPackage.getSimpleQuery_CountQuery()
public void setCountQuery(java.lang.String newCountQuery)
setCountQuery
in interface SimpleQuery
newCountQuery
- the new value of the 'Count Query' attribute.SimpleQuery.getCountQuery()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)