Interface Event
- All Superinterfaces:
DomainObject
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,SimpleDomainObject
- All Known Subinterfaces:
CommandEvent
,DomainEvent
A representation of the model object 'Event'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the value of the 'Persistent' attribute.void
setPersistent
(boolean value) Sets the value of the 'Persistent
' attribute.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.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
-
isPersistent
boolean isPersistent()Returns the value of the 'Persistent' attribute.- Returns:
- the value of the 'Persistent' attribute.
- See Also:
- Model:
- Generated:
-
setPersistent
void setPersistent(boolean value) Sets the value of the 'Persistent
' attribute.- Parameters:
value
- the new value of the 'Persistent' attribute.- See Also:
- Generated:
-