Package org.eclipse.emf.cdo.lm.assembly
Schnittstelle Assembly
- Alle Superschnittstellen:
CDOObject,CDOWithID,EObject,ModelElement,Notifier
- Alle bekannten Implementierungsklassen:
AssemblyImpl
A representation of the model object
'Assembly'.
- Siehe auch:
- Generated
- Model
- No Implement
- This interface is not intended to be implemented by clients.
The following features are supported:
- No Extend
- This interface is not intended to be extended by clients.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypSchnittstelleBeschreibungstatic interfaceA callback interface to be used withAssembly.compareTo(). -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleancompareTo(Assembly newAssembly, Assembly.DeltaHandler handler) voidforEachDependency(Consumer<AssemblyModule> consumer) Returns the value of the 'Modules' containment reference list.Returns the value of the 'System Name' attribute.static AssemblyvoidsetSystemName(String value) Sets the value of the 'System Name' attribute.default voidVon Schnittstelle geerbte Methoden org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionVon Schnittstelle geerbte Methoden org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetVon Schnittstelle geerbte Methoden org.eclipse.emf.cdo.etypes.ModelElement
getAnnotation, getAnnotationsVon Schnittstelle geerbte Methoden org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methodendetails
-
getSystemName
String getSystemName()Returns the value of the 'System Name' attribute.- Gibt zurück:
- the value of the 'System Name' attribute.
- Siehe auch:
- Generated
- Model
- required="true"
-
setSystemName
Sets the value of the 'System Name' attribute.- Parameter:
value- the new value of the 'System Name' attribute.- Siehe auch:
- Generated
-
getModules
EList<AssemblyModule> getModules()Returns the value of the 'Modules' containment reference list. The list contents are of typeAssemblyModule. It is bidirectional and its opposite is 'Assembly'.- Gibt zurück:
- the value of the 'Modules' containment reference list.
- Siehe auch:
- Generated
- Model
- opposite="assembly" containment="true" extendedMetaData="name='module' kind='element'"
-
getRootModule
AssemblyModule getRootModule() -
getModule
-
forEachDependency
-
compareTo
-
toModuleDefinition
ModuleDefinition toModuleDefinition()- Seit:
- 1.1
-
sortModules
default void sortModules() -
of
- Seit:
- 1.1
-