/** */ package org.eclipse.qvto.examples.xtext.qvtoperationalcs; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Helper Operation CS</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.HelperOperationCS#getIsQuery <em>Is Query</em>}</li> * </ul> * * @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getHelperOperationCS() * @model * @generated */ public interface HelperOperationCS extends ImperativeOperationCS { /** * Returns the value of the '<em><b>Is Query</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Is Query</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 Query</em>' attribute. * @see #setIsQuery(Boolean) * @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getHelperOperationCS_IsQuery() * @model * @generated */ Boolean getIsQuery(); /** * Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.HelperOperationCS#getIsQuery <em>Is Query</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Is Query</em>' attribute. * @see #getIsQuery() * @generated */ void setIsQuery(Boolean value); } // HelperOperationCS