blob: 5b8220c956f1dae744402ef9631e3dc4ab841df5 [file] [log] [blame]
/**
* Copyright (c) 2016 Willink Transformations, Univesity of York 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
*/
package delphi;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>case Label</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link delphi.caseLabel#getFirst <em>First</em>}</li>
* <li>{@link delphi.caseLabel#getLast <em>Last</em>}</li>
* </ul>
*
* @see delphi.DelphiPackage#getcaseLabel()
* @model
* @generated
*/
public interface caseLabel extends CSTrace {
/**
* Returns the value of the '<em><b>First</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>First</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>First</em>' containment reference.
* @see #setFirst(constExpr)
* @see delphi.DelphiPackage#getcaseLabel_First()
* @model containment="true"
* @generated
*/
constExpr getFirst();
/**
* Sets the value of the '{@link delphi.caseLabel#getFirst <em>First</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>First</em>' containment reference.
* @see #getFirst()
* @generated
*/
void setFirst(constExpr value);
/**
* Returns the value of the '<em><b>Last</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Last</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>Last</em>' containment reference.
* @see #setLast(constExpr)
* @see delphi.DelphiPackage#getcaseLabel_Last()
* @model containment="true"
* @generated
*/
constExpr getLast();
/**
* Sets the value of the '{@link delphi.caseLabel#getLast <em>Last</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Last</em>' containment reference.
* @see #getLast()
* @generated
*/
void setLast(constExpr value);
} // caseLabel