org.contextmapper.tactic.dsl.tacticdsl.Event Maven / Gradle / Ivy
/**
* generated by Xtext 2.21.0
*/
package org.contextmapper.tactic.dsl.tacticdsl;
/**
*
* A representation of the model object 'Event'.
*
*
*
* The following features are supported:
*
*
* - {@link org.contextmapper.tactic.dsl.tacticdsl.Event#isPersistent Persistent}
*
*
* @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getEvent()
* @model
* @generated
*/
public interface Event extends DomainObject
{
/**
* Returns the value of the 'Persistent' attribute.
*
*
* @return the value of the 'Persistent' attribute.
* @see #setPersistent(boolean)
* @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getEvent_Persistent()
* @model
* @generated
*/
boolean isPersistent();
/**
* Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.Event#isPersistent Persistent}' attribute.
*
*
* @param value the new value of the 'Persistent' attribute.
* @see #isPersistent()
* @generated
*/
void setPersistent(boolean value);
} // Event