blob: 35e9f911c638ab1d5703e4f41a1123bd5ffb1524 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: Helper.java,v 1.1 2008/09/02 20:36:00 radvorak Exp $
*/
package org.eclipse.m2m.qvt.oml.emof.QVTOperational;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Helper</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.Helper#getIsQuery <em>Is Query</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.m2m.qvt.oml.emof.QVTOperational.QVTOperationalPackage#getHelper()
* @model
* @generated
*/
public interface Helper extends ImperativeOperation {
/**
* 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.m2m.qvt.oml.emof.QVTOperational.QVTOperationalPackage#getHelper_IsQuery()
* @model dataType="org.eclipse.qvt.declarative.emof.EMOF.Boolean"
* @generated
*/
Boolean getIsQuery();
/**
* Sets the value of the '{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.Helper#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);
} // Helper