Package org.eclipse.emf.cdo.lm
Interface ModuleType
- All Superinterfaces:
CDOObject,CDOWithID,EObject,ModelElement,Notifier,ProcessElement,SystemElement
- All Known Implementing Classes:
ModuleTypeImpl
A representation of the model object 'Module
Type'.
-
Method Summary
Modifier and TypeMethodDescriptiongetName()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.Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.cdo.etypes.ModelElement
getAnnotation, getAnnotationsMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.eclipse.emf.cdo.lm.SystemElement
getSystem
-
Method Details
-
getProcess
Process getProcess()Returns the value of the 'Process' container reference. It is bidirectional and its opposite is 'Module Types'.- Specified by:
getProcessin interfaceProcessElement- Returns:
- the value of the 'Process' container reference.
- See Also:
- Generated
- Model
- opposite="moduleTypes" required="true" transient="false"
-
setProcess
Sets the value of the 'Process' container reference.- Parameters:
value- the new value of the 'Process' container reference.- See Also:
- Generated
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
- Generated
- Model
- required="true"
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
- Generated
-