blob: 6492c6624111e35734fa6e3c2aa195ff70fab295 [file] [log] [blame]
/**
* Copyright (c) 2015, 2019 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* E.D.Willink - Initial API and implementation
*/
package org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr;
import org.eclipse.qvtd.runtime.qvttrace.Execution;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Imap Variable Exp referred Variable</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.ImapVariableExp_referredVariable#getSuccess <em>Success</em>}</li>
* </ul>
*
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.trace_ATL2QVTrPackage#getImapVariableExp_referredVariable()
* @model abstract="true"
* @generated
*/
public interface ImapVariableExp_referredVariable extends Execution {
/**
* Returns the value of the '<em><b>Success</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Success</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Success</em>' attribute.
* @see #setSuccess(Boolean)
* @see org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.trace_ATL2QVTrPackage#getImapVariableExp_referredVariable_Success()
* @model
* @generated
*/
Boolean getSuccess();
/**
* Sets the value of the '{@link org.eclipse.qvtd.atl.atl2qvtr.trace_ATL2QVTr.ImapVariableExp_referredVariable#getSuccess <em>Success</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Success</em>' attribute.
* @see #getSuccess()
* @generated
*/
void setSuccess(Boolean value);
} // ImapVariableExp_referredVariable