blob: 129d2a95925df7bd76201816fe4c4a829cfed3ea [file] [log] [blame]
/**
* ****************************************************************************
* Copyright (c) 2017 CEA LIST.
* *
* *
* 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:
*
* Mauricio Alferez (mauricio.alferez@cea.fr) CEA LIST - Initial API and implementation
* *
* ****************************************************************************
*
* generated by Xtext 2.11.0
*/
package org.eclipse.papyrus.requirements.sysml14.boilerplateText;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>While</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.requirements.sysml14.boilerplateText.While#getState <em>State</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.requirements.sysml14.boilerplateText.BoilerplateTextPackage#getWhile()
* @model
* @generated
*/
public interface While extends Prefix
{
/**
* Returns the value of the '<em><b>State</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>State</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>State</em>' attribute.
* @see #setState(String)
* @see org.eclipse.papyrus.requirements.sysml14.boilerplateText.BoilerplateTextPackage#getWhile_State()
* @model
* @generated
*/
String getState();
/**
* Sets the value of the '{@link org.eclipse.papyrus.requirements.sysml14.boilerplateText.While#getState <em>State</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>State</em>' attribute.
* @see #getState()
* @generated
*/
void setState(String value);
} // While