blob: ae376ad023dac155bb45a1f7dd464119234ffdd7 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2018 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Adolfo Sanchez-Barbudo Herrera - initial API and implementation
*******************************************************************************/
/**
* generated by Xtext 2.10.0
*/
package org.eclipse.qvtd.doc.minioclcs;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Acc Var CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvtd.doc.minioclcs.AccVarCS#getAccName <em>Acc Name</em>}</li>
* <li>{@link org.eclipse.qvtd.doc.minioclcs.AccVarCS#getAccType <em>Acc Type</em>}</li>
* <li>{@link org.eclipse.qvtd.doc.minioclcs.AccVarCS#getAccInitExp <em>Acc Init Exp</em>}</li>
* </ul>
*
* @see org.eclipse.qvtd.doc.minioclcs.MinioclcsPackage#getAccVarCS()
* @model
* @generated
*/
public interface AccVarCS extends CSTrace
{
/**
* Returns the value of the '<em><b>Acc Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Acc 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>Acc Name</em>' attribute.
* @see #setAccName(String)
* @see org.eclipse.qvtd.doc.minioclcs.MinioclcsPackage#getAccVarCS_AccName()
* @model
* @generated
*/
String getAccName();
/**
* Sets the value of the '{@link org.eclipse.qvtd.doc.minioclcs.AccVarCS#getAccName <em>Acc Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Acc Name</em>' attribute.
* @see #getAccName()
* @generated
*/
void setAccName(String value);
/**
* Returns the value of the '<em><b>Acc Type</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Acc Type</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>Acc Type</em>' containment reference.
* @see #setAccType(PathNameCS)
* @see org.eclipse.qvtd.doc.minioclcs.MinioclcsPackage#getAccVarCS_AccType()
* @model containment="true"
* @generated
*/
PathNameCS getAccType();
/**
* Sets the value of the '{@link org.eclipse.qvtd.doc.minioclcs.AccVarCS#getAccType <em>Acc Type</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Acc Type</em>' containment reference.
* @see #getAccType()
* @generated
*/
void setAccType(PathNameCS value);
/**
* Returns the value of the '<em><b>Acc Init Exp</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Acc Init Exp</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>Acc Init Exp</em>' containment reference.
* @see #setAccInitExp(ExpCS)
* @see org.eclipse.qvtd.doc.minioclcs.MinioclcsPackage#getAccVarCS_AccInitExp()
* @model containment="true"
* @generated
*/
ExpCS getAccInitExp();
/**
* Sets the value of the '{@link org.eclipse.qvtd.doc.minioclcs.AccVarCS#getAccInitExp <em>Acc Init Exp</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Acc Init Exp</em>' containment reference.
* @see #getAccInitExp()
* @generated
*/
void setAccInitExp(ExpCS value);
} // AccVarCS