Package org.eclipse.emf.cdo.lm
Schnittstelle ModuleType
- Alle Superschnittstellen:
CDOObject,CDOWithID,EObject,ModelElement,Notifier,ProcessElement,SystemElement
- Alle bekannten Implementierungsklassen:
ModuleTypeImpl
A representation of the model object 'Module
Type'.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetName()Returns the value of the 'Name' attribute.Returns the value of the 'Process' container reference.voidSets the value of the 'Name' attribute.voidsetProcess(Process value) Sets the value of the 'Process' container 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, eSetDeliverVon Schnittstelle geerbte Methoden org.eclipse.emf.cdo.lm.SystemElement
getSystem
-
Methodendetails
-
getProcess
Process getProcess()Returns the value of the 'Process' container reference. It is bidirectional and its opposite is 'Module Types'.- Angegeben von:
getProcessin SchnittstelleProcessElement- Gibt zurück:
- the value of the 'Process' container reference.
- Siehe auch:
- Generated
- Model
- opposite="moduleTypes" required="true" transient="false"
-
setProcess
Sets the value of the 'Process' container reference.- Parameter:
value- the new value of the 'Process' 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
-