/** */ package org.eclipse.qvto.examples.xtext.qvtoperationalcs; import org.eclipse.ocl.xtext.essentialoclcs.CallExpCS; import org.eclipse.ocl.xtext.essentialoclcs.ExpCS; import org.eclipse.ocl.xtext.essentialoclcs.VariableCS; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Resolve Exp CS</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ResolveExpCS#getIsDeferred <em>Is Deferred</em>}</li> * <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ResolveExpCS#getOwnedCondition <em>Owned Condition</em>}</li> * <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ResolveExpCS#getName <em>Name</em>}</li> * <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ResolveExpCS#getOwnedTarget <em>Owned Target</em>}</li> * </ul> * * @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getResolveExpCS() * @model * @generated */ public interface ResolveExpCS extends CallExpCS { /** * Returns the value of the '<em><b>Is Deferred</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Is Deferred</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Is Deferred</em>' attribute. * @see #setIsDeferred(Boolean) * @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getResolveExpCS_IsDeferred() * @model required="true" * @generated */ Boolean getIsDeferred(); /** * Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ResolveExpCS#getIsDeferred <em>Is Deferred</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Is Deferred</em>' attribute. * @see #getIsDeferred() * @generated */ void setIsDeferred(Boolean value); /** * Returns the value of the '<em><b>Owned Condition</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Owned Condition</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Owned Condition</em>' containment reference. * @see #setOwnedCondition(ExpCS) * @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getResolveExpCS_OwnedCondition() * @model containment="true" * @generated */ ExpCS getOwnedCondition(); /** * Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ResolveExpCS#getOwnedCondition <em>Owned Condition</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Owned Condition</em>' containment reference. * @see #getOwnedCondition() * @generated */ void setOwnedCondition(ExpCS value); /** * Returns the value of the '<em><b>Name</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Name</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Name</em>' attribute. * @see #setName(String) * @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getResolveExpCS_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ResolveExpCS#getName <em>Name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Name</em>' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the '<em><b>Owned Target</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Owned Target</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Owned Target</em>' containment reference. * @see #setOwnedTarget(VariableCS) * @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getResolveExpCS_OwnedTarget() * @model containment="true" required="true" * @generated */ VariableCS getOwnedTarget(); /** * Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ResolveExpCS#getOwnedTarget <em>Owned Target</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Owned Target</em>' containment reference. * @see #getOwnedTarget() * @generated */ void setOwnedTarget(VariableCS value); } // ResolveExpCS