Interface DomainEvent
- All Superinterfaces:
DomainObject
,org.eclipse.emf.ecore.EObject
,Event
,org.eclipse.emf.common.notify.Notifier
,SimpleDomainObject
A representation of the model object 'Domain Event'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Extends' reference.void
setExtends
(DomainEvent value) Sets the value of the 'Extends
' reference.Methods inherited from interface org.contextmapper.tactic.dsl.tacticdsl.DomainObject
getAssociations, getAttributes, getBelongsTo, getComment, getDatabaseTable, getDiscriminatorColumn, getDiscriminatorLength, getDiscriminatorType, getDiscriminatorValue, getExtendsName, getInheritanceType, getOperations, getReferences, getRepository, getTraits, getValidate, isAbstract, isAggregateRoot, isCache, isGapClass, isNoGapClass, isScaffold, setAbstract, setAggregateRoot, setBelongsTo, setCache, setComment, setDatabaseTable, setDiscriminatorColumn, setDiscriminatorLength, setDiscriminatorType, setDiscriminatorValue, setExtendsName, setGapClass, setInheritanceType, setNoGapClass, setRepository, setScaffold, setValidate
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.contextmapper.tactic.dsl.tacticdsl.Event
isPersistent, setPersistent
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.contextmapper.tactic.dsl.tacticdsl.SimpleDomainObject
getDoc, getHint, getName, getPackage, setDoc, setHint, setName, setPackage
-
Method Details
-
getExtends
DomainEvent getExtends()Returns the value of the 'Extends' reference.- Returns:
- the value of the 'Extends' reference.
- See Also:
- Model:
- Generated:
-
setExtends
Sets the value of the 'Extends
' reference.- Parameters:
value
- the new value of the 'Extends' reference.- See Also:
- Generated:
-