blob: 8dbcd1647809043566c9240854766ad11c399f46 [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>Name Exp CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvtd.doc.minioclcs.NameExpCS#getExpName <em>Exp Name</em>}</li>
* <li>{@link org.eclipse.qvtd.doc.minioclcs.NameExpCS#getRoundedBrackets <em>Rounded Brackets</em>}</li>
* </ul>
*
* @see org.eclipse.qvtd.doc.minioclcs.MinioclcsPackage#getNameExpCS()
* @model
* @generated
*/
public interface NameExpCS extends PrimaryExpCS, NavigationExpCS
{
/**
* Returns the value of the '<em><b>Exp Name</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Exp Name</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>Exp Name</em>' containment reference.
* @see #setExpName(PathNameCS)
* @see org.eclipse.qvtd.doc.minioclcs.MinioclcsPackage#getNameExpCS_ExpName()
* @model containment="true"
* @generated
*/
PathNameCS getExpName();
/**
* Sets the value of the '{@link org.eclipse.qvtd.doc.minioclcs.NameExpCS#getExpName <em>Exp Name</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Exp Name</em>' containment reference.
* @see #getExpName()
* @generated
*/
void setExpName(PathNameCS value);
/**
* Returns the value of the '<em><b>Rounded Brackets</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Rounded Brackets</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>Rounded Brackets</em>' containment reference.
* @see #setRoundedBrackets(RoundedBracketClauseCS)
* @see org.eclipse.qvtd.doc.minioclcs.MinioclcsPackage#getNameExpCS_RoundedBrackets()
* @model containment="true"
* @generated
*/
RoundedBracketClauseCS getRoundedBrackets();
/**
* Sets the value of the '{@link org.eclipse.qvtd.doc.minioclcs.NameExpCS#getRoundedBrackets <em>Rounded Brackets</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Rounded Brackets</em>' containment reference.
* @see #getRoundedBrackets()
* @generated
*/
void setRoundedBrackets(RoundedBracketClauseCS value);
} // NameExpCS