Package com._1c.g5.v8.dt.xdto.model
Interface InnerModel
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
InnerModelImpl
public interface InnerModel extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Inner Model'.The following features are supported:
- See Also:
XdtoPackage.getInnerModel()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<Package>
getPackages()
Returns the value of the 'Packages' containment reference list.
-
-
-
Method Detail
-
getPackages
org.eclipse.emf.common.util.EList<Package> getPackages()
Returns the value of the 'Packages' containment reference list. The list contents are of typePackage
.- Returns:
- the value of the 'Packages' containment reference list.
- See Also:
XdtoPackage.getInnerModel_Packages()
-
-