Package org.eclipse.emf.cdo.lm
Schnittstelle DropType
- Alle Superschnittstellen:
CDOObject,CDOWithID,EObject,ModelElement,Notifier,ProcessElement,SystemElement
- Alle bekannten Implementierungsklassen:
DropTypeImpl
A representation of the model object 'Drop
Type'.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetName()Returns the value of the 'Name' attribute.Returns the value of the 'Process' container reference.booleanReturns the value of the 'Release' attribute.voidSets the value of the 'Name' attribute.voidsetProcess(Process value) Sets the value of the 'Process' container reference.voidsetRelease(boolean value) Sets the value of the 'Release' attribute.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 'Drop Types'.- Angegeben von:
getProcessin SchnittstelleProcessElement- Gibt zurück:
- the value of the 'Process' container reference.
- Siehe auch:
- Generated
- Model
- opposite="dropTypes" 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
-
isRelease
boolean isRelease()Returns the value of the 'Release' attribute.- Gibt zurück:
- the value of the 'Release' attribute.
- Siehe auch:
- Generated
- Model
- required="true"
-
setRelease
void setRelease(boolean value) Sets the value of the 'Release' attribute.- Parameter:
value- the new value of the 'Release' attribute.- Siehe auch:
- Generated
-