public class QueryResultsImpl extends MinimalEObjectImpl.Container implements QueryResults
Modifier and Type | Field and Description |
---|---|
protected <any> |
header
The cached value of the '
Header ' attribute list. |
protected java.lang.String |
id
The cached value of the '
Id ' attribute. |
protected static java.lang.String |
ID_EDEFAULT
The default value of the '
Id ' attribute. |
protected <any> |
results
The cached value of the '
Results ' containment reference list. |
Modifier | Constructor and Description |
---|---|
protected |
QueryResultsImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
java.lang.Object |
eInvoke(int operationID,
<any> arguments) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
<any> |
getHeader() |
java.lang.String |
getId() |
<any> |
getResults() |
java.lang.Object |
getValue(java.lang.String field,
int row) |
void |
setId(java.lang.String newId) |
java.lang.String |
toString() |
protected static final java.lang.String ID_EDEFAULT
Id
' attribute.
getId()
protected <any> header
Header
' attribute list.
getHeader()
protected <any> results
Results
' containment reference list.
getResults()
protected EClass eStaticClass()
public java.lang.String getId()
getId
in interface QueryResults
QueryResults.setId(String)
,
DatasourcesPackage.getQueryResults_Id()
public void setId(java.lang.String newId)
setId
in interface QueryResults
newId
- the new value of the 'Id' attribute.QueryResults.getId()
public <any> getHeader()
getHeader
in interface QueryResults
DatasourcesPackage.getQueryResults_Header()
public <any> getResults()
getResults
in interface QueryResults
DatasourcesPackage.getQueryResults_Results()
public java.lang.Object getValue(java.lang.String field, int row)
getValue
in interface QueryResults
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
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.Object eInvoke(int operationID, <any> arguments) throws java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
public java.lang.String toString()