|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEObjectImpl
org.eclipse.gmt.modisco.infra.query.impl.ModelQueryImpl
public abstract class ModelQueryImpl
An implementation of the model object 'Model Query'.
The following features are implemented:
Name
Description
Return Type
Scope
Model Query Set
Parameters
Is External Context Dependent
Upper Bound
Lower Bound
Method Summary | |
---|---|
EClassifier |
basicGetReturnType()
|
NotificationChain |
basicSetModelQuerySet(ModelQuerySet newModelQuerySet,
NotificationChain msgs)
|
NotificationChain |
eBasicRemoveFromContainerFeature(NotificationChain msgs)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
void |
eUnset(int featureID)
|
java.lang.String |
getDescription()
|
int |
getLowerBound()
|
ModelQuerySet |
getModelQuerySet()
|
java.lang.String |
getName()
|
|
getParameters()
|
EClassifier |
getReturnType()
|
|
getScope()
|
int |
getUpperBound()
|
boolean |
isIsExternalContextDependent()
|
void |
setDescription(java.lang.String newDescription)
|
void |
setIsExternalContextDependent(boolean newIsExternalContextDependent)
|
void |
setLowerBound(int newLowerBound)
|
void |
setModelQuerySet(ModelQuerySet newModelQuerySet)
|
void |
setName(java.lang.String newName)
|
void |
setReturnType(EClassifier newReturnType)
|
void |
setUpperBound(int newUpperBound)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
getName
in interface ModelQuery
ModelQuery.setName(String)
,
QueryPackage.getModelQuery_Name()
public void setName(java.lang.String newName)
setName
in interface ModelQuery
newName
- the new value of the 'Name' attribute.ModelQuery.getName()
public java.lang.String getDescription()
getDescription
in interface ModelQuery
ModelQuery.setDescription(String)
,
QueryPackage.getModelQuery_Description()
public void setDescription(java.lang.String newDescription)
setDescription
in interface ModelQuery
newDescription
- the new value of the 'Description' attribute.ModelQuery.getDescription()
public EClassifier getReturnType()
getReturnType
in interface ModelQuery
ModelQuery.setReturnType(EClassifier)
,
QueryPackage.getModelQuery_ReturnType()
public EClassifier basicGetReturnType()
public void setReturnType(EClassifier newReturnType)
setReturnType
in interface ModelQuery
newReturnType
- the new value of the 'Return Type' reference.ModelQuery.getReturnType()
publicgetScope()
getScope
in interface ModelQuery
QueryPackage.getModelQuery_Scope()
public ModelQuerySet getModelQuerySet()
getModelQuerySet
in interface ModelQuery
ModelQuery.setModelQuerySet(ModelQuerySet)
,
QueryPackage.getModelQuery_ModelQuerySet()
,
ModelQuerySet.getQueries()
public NotificationChain basicSetModelQuerySet(ModelQuerySet newModelQuerySet, NotificationChain msgs)
public void setModelQuerySet(ModelQuerySet newModelQuerySet)
setModelQuerySet
in interface ModelQuery
newModelQuerySet
- the new value of the 'Model Query Set' container reference.ModelQuery.getModelQuerySet()
publicgetParameters()
getParameters
in interface ModelQuery
QueryPackage.getModelQuery_Parameters()
public boolean isIsExternalContextDependent()
isIsExternalContextDependent
in interface ModelQuery
ModelQuery.setIsExternalContextDependent(boolean)
,
QueryPackage.getModelQuery_IsExternalContextDependent()
public void setIsExternalContextDependent(boolean newIsExternalContextDependent)
setIsExternalContextDependent
in interface ModelQuery
newIsExternalContextDependent
- the new value of the 'Is External Context Dependent' attribute.ModelQuery.isIsExternalContextDependent()
public int getUpperBound()
getUpperBound
in interface ModelQuery
ModelQuery.setUpperBound(int)
,
QueryPackage.getModelQuery_UpperBound()
public void setUpperBound(int newUpperBound)
setUpperBound
in interface ModelQuery
newUpperBound
- the new value of the 'Upper Bound' attribute.ModelQuery.getUpperBound()
public int getLowerBound()
getLowerBound
in interface ModelQuery
ModelQuery.setLowerBound(int)
,
QueryPackage.getModelQuery_LowerBound()
public void setLowerBound(int newLowerBound)
setLowerBound
in interface ModelQuery
newLowerBound
- the new value of the 'Lower Bound' attribute.ModelQuery.getLowerBound()
public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public NotificationChain eBasicRemoveFromContainerFeature(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.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |