source: branches/xtext-MDT/org.modelica.xtext/src-gen/org/modelica/xtext/modelicaBase/equation_rule.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.5 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>equation rule</b></em>'.
13 * <!-- end-user-doc -->
14 *
15 * <p>
16 * The following features are supported:
17 * <ul>
18 *   <li>{@link org.modelica.xtext.modelicaBase.equation_rule#getComment <em>Comment</em>}</li>
19 * </ul>
20 * </p>
21 *
22 * @see org.modelica.xtext.modelicaBase.ModelicaBasePackage#getequation_rule()
23 * @model
24 * @generated
25 */
26public interface equation_rule extends EObject
27{
28  /**
29   * Returns the value of the '<em><b>Comment</b></em>' containment reference.
30   * <!-- begin-user-doc -->
31   * <p>
32   * If the meaning of the '<em>Comment</em>' containment reference 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>Comment</em>' containment reference.
37   * @see #setComment(Comment)
38   * @see org.modelica.xtext.modelicaBase.ModelicaBasePackage#getequation_rule_Comment()
39   * @model containment="true"
40   * @generated
41   */
42  Comment getComment();
43
44  /**
45   * Sets the value of the '{@link org.modelica.xtext.modelicaBase.equation_rule#getComment <em>Comment</em>}' containment reference.
46   * <!-- begin-user-doc -->
47   * <!-- end-user-doc -->
48   * @param value the new value of the '<em>Comment</em>' containment reference.
49   * @see #getComment()
50   * @generated
51   */
52  void setComment(Comment value);
53
54} // equation_rule
Note: See TracBrowser for help on using the repository browser.