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