Package org.eclipse.emf.cdo.lm
Schnittstelle Module
- Alle Superschnittstellen:
CDOObject,CDOWithID,EObject,ModelElement,Notifier,SystemElement
- Alle bekannten Implementierungsklassen:
ModuleImpl
A representation of the model object
'Module'.
-
Feldübersicht
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidforEachBaseline(Consumer<Baseline> consumer) booleanforEachBaseline(Predicate<Baseline> predicate) getName()Returns the value of the 'Name' attribute.getStream(int majorVersion, int minorVersion) Returns the value of the 'Streams' containment reference list.Returns the value of the 'System' container reference.getType()Returns the value of the 'Type' reference.voidSets the value of the 'Name' attribute.voidSets the value of the 'System' container reference.voidsetType(ModuleType value) Sets the value of the 'Type' 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
-
COMPARATOR
-
-
Methodendetails
-
getSystem
System getSystem()Returns the value of the 'System' container reference. It is bidirectional and its opposite is 'Modules'.- Angegeben von:
getSystemin SchnittstelleSystemElement- Gibt zurück:
- the value of the 'System' container reference.
- Siehe auch:
- Generated
- Model
- opposite="modules" required="true" transient="false"
-
setSystem
Sets the value of the 'System' container reference.- Parameter:
value- the new value of the 'System' container reference.- Siehe auch:
- Generated
-
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
-
getStreams
Returns the value of the 'Streams' containment reference list. The list contents are of typeStream. It is bidirectional and its opposite is 'Module'.- Gibt zurück:
- the value of the 'Streams' containment reference list.
- Siehe auch:
- Generated
- Model
- opposite="module" containment="true"
-
getType
ModuleType getType()Returns the value of the 'Type' reference.- Gibt zurück:
- the value of the 'Type' reference.
- Siehe auch:
- Generated
- Model
-
setType
Sets the value of the 'Type' reference.- Parameter:
value- the new value of the 'Type' reference.- Siehe auch:
- Generated
-
getStream
-
getStream
-
getAllBaselines
-
forEachBaseline
-
forEachBaseline
- Seit:
- 1.3
-