source: branches/xtext-MDT/org.modelica.xtext/src-gen/org/modelica/xtext/modelicaBase/Modification.java @ 540

Last change on this file since 540 was 540, checked in by nasko, 15 years ago

Added subfolders/files of org.modelica.xtext

File size: 1.4 KB
Line 
1/**
2 * <copyright>
3 * </copyright>
4 *
5 */
6package org.modelica.xtext.modelicaBase;
7
8import org.eclipse.emf.ecore.EObject;
9
10/**
11 * <!-- begin-user-doc -->
12 * A representation of the model object '<em><b>Modification</b></em>'.
13 * <!-- end-user-doc -->
14 *
15 * <p>
16 * The following features are supported:
17 * <ul>
18 *   <li>{@link org.modelica.xtext.modelicaBase.Modification#getExpression <em>Expression</em>}</li>
19 * </ul>
20 * </p>
21 *
22 * @see org.modelica.xtext.modelicaBase.ModelicaBasePackage#getModification()
23 * @model
24 * @generated
25 */
26public interface Modification extends EObject
27{
28  /**
29   * Returns the value of the '<em><b>Expression</b></em>' attribute.
30   * <!-- begin-user-doc -->
31   * <p>
32   * If the meaning of the '<em>Expression</em>' attribute isn't clear,
33   * there really should be more of a description here...
34   * </p>
35   * <!-- end-user-doc -->
36   * @return the value of the '<em>Expression</em>' attribute.
37   * @see #setExpression(String)
38   * @see org.modelica.xtext.modelicaBase.ModelicaBasePackage#getModification_Expression()
39   * @model
40   * @generated
41   */
42  String getExpression();
43
44  /**
45   * Sets the value of the '{@link org.modelica.xtext.modelicaBase.Modification#getExpression <em>Expression</em>}' attribute.
46   * <!-- begin-user-doc -->
47   * <!-- end-user-doc -->
48   * @param value the new value of the '<em>Expression</em>' attribute.
49   * @see #getExpression()
50   * @generated
51   */
52  void setExpression(String value);
53
54} // Modification
Note: See TracBrowser for help on using the repository browser.