Package org.eclipse.emf.cdo.lm
Schnittstelle Process
- Alle Superschnittstellen:
CDOObject,CDOWithID,EObject,ModelElement,Notifier,SystemElement
- Alle bekannten Implementierungsklassen:
ProcessImpl
A representation of the model object
'Process'.
- 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.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanaddDropType(String name, boolean release) booleanaddModuleType(String name) getDropType(String name) Returns the value of the 'Drop Types' containment reference list.Returns the value of the 'Initial Module Version' attribute.Returns the value of the 'Module Definition Path' attribute.getModuleType(String name) Returns the value of the 'Module Types' containment reference list.Returns the value of the 'System' container reference.voidsetInitialModuleVersion(Version value) Sets the value of the 'Initial Module Version' attribute.voidsetModuleDefinitionPath(String value) Sets the value of the 'Module Definition Path' attribute.voidSets the value of the 'System' 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, eSetDeliver
-
Methodendetails
-
getSystem
System getSystem()Returns the value of the 'System' container reference. It is bidirectional and its opposite is 'Process'.- Angegeben von:
getSystemin SchnittstelleSystemElement- Gibt zurück:
- the value of the 'System' container reference.
- Siehe auch:
- Generated
- Model
- opposite="process" 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
-
getDropTypes
Returns the value of the 'Drop Types' containment reference list. The list contents are of typeDropType. It is bidirectional and its opposite is 'Process'.- Gibt zurück:
- the value of the 'Drop Types' containment reference list.
- Siehe auch:
- Generated
- Model
- opposite="process" containment="true"
-
getModuleDefinitionPath
String getModuleDefinitionPath()Returns the value of the 'Module Definition Path' attribute.- Gibt zurück:
- the value of the 'Module Definition Path' attribute.
- Siehe auch:
- Generated
- Model
- required="true"
-
setModuleDefinitionPath
Sets the value of the 'Module Definition Path' attribute.- Parameter:
value- the new value of the 'Module Definition Path' attribute.- Siehe auch:
- Generated
-
getInitialModuleVersion
Version getInitialModuleVersion()Returns the value of the 'Initial Module Version' attribute. The default value is"0.1.0".- Gibt zurück:
- the value of the 'Initial Module Version' attribute.
- Siehe auch:
- Generated
- Model
- default="0.1.0" dataType="org.eclipse.emf.cdo.lm.modules.Version" required="true"
-
setInitialModuleVersion
Sets the value of the 'Initial Module Version' attribute.- Parameter:
value- the new value of the 'Initial Module Version' attribute.- Siehe auch:
- Generated
-
getModuleTypes
EList<ModuleType> getModuleTypes()Returns the value of the 'Module Types' containment reference list. The list contents are of typeModuleType. It is bidirectional and its opposite is 'Process'.- Gibt zurück:
- the value of the 'Module Types' containment reference list.
- Siehe auch:
- Generated
- Model
- opposite="process" containment="true"
-
addDropType
- Seit:
- 1.1
-
getDropType
-
addModuleType
- Seit:
- 1.1
-
getModuleType
- Seit:
- 1.1
-