Package org.eclipse.e4.ui.model.fragment
Interface MModelFragments
- All Known Implementing Classes:
ModelFragmentsImpl
public interface MModelFragments
A representation of the model object 'Model Fragments'.
Developers: Add more detailed documentation by editing this comment in /org.eclipse.e4.ui.model.workbench/model/ModelFragment.ecore. There is a GenModel/documentation node under each type and attribute.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Fragments' containment reference list.Returns the value of the 'Imports' containment reference list.
-
Method Details
-
getImports
List<MApplicationElement> getImports()Returns the value of the 'Imports' containment reference list. The list contents are of typeMApplicationElement
.Developers: Add more detailed documentation by editing this comment in /org.eclipse.e4.ui.model.workbench/model/ModelFragment.ecore. There is a GenModel/documentation node under each type and attribute.
- Returns:
- the value of the 'Imports' containment reference list.
-
getFragments
List<MModelFragment> getFragments()Returns the value of the 'Fragments' containment reference list. The list contents are of typeMModelFragment
.Developers: Add more detailed documentation by editing this comment in /org.eclipse.e4.ui.model.workbench/model/ModelFragment.ecore. There is a GenModel/documentation node under each type and attribute.
- Returns:
- the value of the 'Fragments' containment reference list.
-