public class QueryResultImpl extends AQueryResultImpl implements QueryResult
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected <any> |
values
The cached value of the '
Values ' attribute list. |
Modifier | Constructor and Description |
---|---|
protected |
QueryResultImpl() |
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) |
<any> |
getValues() |
java.lang.String |
toString() |
protected <any> values
Values
' attribute list.
getValues()
protected EClass eStaticClass()
eStaticClass
in class AQueryResultImpl
public <any> getValues()
getValues
in interface QueryResult
DatasourcesPackage.getQueryResult_Values()
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()