|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModelQuerySet
A representation of the model object 'Model Query Set'. ModelQuerySet is the root of query model. One root per query model is expected.
The following features are supported:
QueryPackage.getModelQuerySet()
Method Summary | |
---|---|
|
getAssociatedMetamodels()
Returns the value of the 'Associated Metamodels' reference list. |
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
|
getQueries()
Returns the value of the 'Queries' containment reference list. |
ModelQuery |
getQuery(java.lang.String name)
ModelQuerySet::getQuery(EString) returns the contained ModelQuery having the requested name. |
boolean |
isIsEditable()
Returns the value of the 'Is Editable' attribute. |
void |
setDescription(java.lang.String value)
Sets the value of the ' Description ' attribute. |
void |
setIsEditable(boolean value)
Sets the value of the ' Is Editable ' attribute. |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute. |
Method Detail |
---|
getAssociatedMetamodels()
org.eclipse.emf.ecore.EPackage
.
If the meaning of the 'Associated Metamodels' reference list isn't clear, there really should be more of a description here...
ModelQuerySet::associatedMetamodels points to the meta-models used by the contained queries.
QueryPackage.getModelQuerySet_AssociatedMetamodels()
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
ModelQuerySet::name must be unique (in the Eclipse platform) and equal to the containing file name. We recommend to use a name prefix with a name space, for example: org.eclipse.gmt.modisco.example1.querySet1.
setName(String)
,
QueryPackage.getModelQuerySet_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
boolean isIsEditable()
If the meaning of the 'Is Editable' attribute isn't clear, there really should be more of a description here...
ModelQuerySet::isEditable is true if the query can be edited. If the query is stored into a compiled file ModelQuerySet::isEditable is false.
setIsEditable(boolean)
,
QueryPackage.getModelQuerySet_IsEditable()
void setIsEditable(boolean value)
Is Editable
' attribute.
value
- the new value of the 'Is Editable' attribute.isIsEditable()
java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
QueryPackage.getModelQuerySet_Description()
void setDescription(java.lang.String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
getQueries()
ModelQuery
.
It is bidirectional and its opposite is 'Model Query Set
'.
If the meaning of the 'Queries' containment reference list isn't clear, there really should be more of a description here...
ModelQuerySet::queries refers to the contained queries.
QueryPackage.getModelQuerySet_Queries()
,
ModelQuery.getModelQuerySet()
ModelQuery getQuery(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |