Package com._1c.g5.v8.dt.cmi.model
Interface SubsystemsOrder
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SubsystemsOrderImpl
public interface SubsystemsOrder extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Subsystems Order'.The following features are supported:
- See Also:
CmiPackage.getSubsystemsOrder()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<Subsystem>
getSubsystems()
Returns the value of the 'Subsystems' reference list.
-
-
-
Method Detail
-
getSubsystems
org.eclipse.emf.common.util.EList<Subsystem> getSubsystems()
Returns the value of the 'Subsystems' reference list. The list contents are of typeSubsystem
.- Returns:
- the value of the 'Subsystems' reference list.
- See Also:
CmiPackage.getSubsystemsOrder_Subsystems()
-
-