blob: 71f4887c1802e4274cf80812efc5f5de05475c88 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: MappingCallExp.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>Mapping Call Exp</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.MappingCallExp#getIsStrict <em>Is Strict</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.m2m.qvt.oml.emof.QVTOperational.QVTOperationalPackage#getMappingCallExp()
* @model
* @generated
*/
public interface MappingCallExp extends ImperativeCallExp {
/**
* Returns the value of the '<em><b>Is Strict</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Is Strict</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 Strict</em>' attribute.
* @see #setIsStrict(Boolean)
* @see org.eclipse.m2m.qvt.oml.emof.QVTOperational.QVTOperationalPackage#getMappingCallExp_IsStrict()
* @model dataType="org.eclipse.qvt.declarative.emof.EMOF.Boolean"
* @generated
*/
Boolean getIsStrict();
/**
* Sets the value of the '{@link org.eclipse.m2m.qvt.oml.emof.QVTOperational.MappingCallExp#getIsStrict <em>Is Strict</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Is Strict</em>' attribute.
* @see #getIsStrict()
* @generated
*/
void setIsStrict(Boolean value);
} // MappingCallExp