Package org.eclipse.emf.cdo.lm
Schnittstelle System
- Alle Superschnittstellen:
CDOObject,CDOWithID,EObject,ModelElement,Notifier
- Alle bekannten Implementierungsklassen:
SystemImpl
A representation of the model object
'System'.
-
Feldübersicht
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidforEachBaseline(Consumer<Baseline> consumer) booleanforEachBaseline(Predicate<Baseline> predicate) Returns the value of the 'Modules' containment reference list.getName()Returns the value of the 'Name' attribute.Returns the value of the 'Process' containment reference.voidSets the value of the 'Name' attribute.voidsetProcess(Process value) Sets the value of the 'Process' containment reference.Von 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
-
Felddetails
-
RESOURCE_PATH
- Siehe auch:
-
SEPARATOR
- Seit:
- 1.2
- Siehe auch:
-
-
Methodendetails
-
getName
String getName()Returns the value of the 'Name' attribute.- Gibt zurück:
- the value of the 'Name' attribute.
- Siehe auch:
- Generated
- Model
- required="true"
-
setName
Sets the value of the 'Name' attribute.- Parameter:
value- the new value of the 'Name' attribute.- Siehe auch:
- Generated
-
getProcess
Process getProcess()Returns the value of the 'Process' containment reference. It is bidirectional and its opposite is 'System'.- Gibt zurück:
- the value of the 'Process' containment reference.
- Siehe auch:
- Generated
- Model
- opposite="system" containment="true" required="true"
-
setProcess
Sets the value of the 'Process' containment reference.- Parameter:
value- the new value of the 'Process' containment reference.- Siehe auch:
- Generated
-
getModules
Returns the value of the 'Modules' containment reference list. The list contents are of typeModule. It is bidirectional and its opposite is 'System'.- Gibt zurück:
- the value of the 'Modules' containment reference list.
- Siehe auch:
- Generated
- Model
- opposite="system" containment="true"
-
getModule
- Generated
- Model
-
getAllBaselines
-
forEachBaseline
-
forEachBaseline
- Seit:
- 1.3
-