source: default/v2/trunk/de.ugoe.cs.swe.bnftools.ebnf/src-gen/de/ugoe/cs/swe/bnftools/ebnf/SectionHeading.java @ 66

Last change on this file since 66 was 61, checked in by hkaulbersch, 10 years ago

initial commit

  • Property svn:mime-type set to text/plain
File size: 1.5 KB
Line 
1/**
2 */
3package de.ugoe.cs.swe.bnftools.ebnf;
4
5import org.eclipse.emf.ecore.EObject;
6
7/**
8 * <!-- begin-user-doc -->
9 * A representation of the model object '<em><b>Section Heading</b></em>'.
10 * <!-- end-user-doc -->
11 *
12 * <p>
13 * The following features are supported:
14 * <ul>
15 *   <li>{@link de.ugoe.cs.swe.bnftools.ebnf.SectionHeading#getSectionHeader <em>Section Header</em>}</li>
16 * </ul>
17 * </p>
18 *
19 * @see de.ugoe.cs.swe.bnftools.ebnf.EbnfPackage#getSectionHeading()
20 * @model
21 * @generated
22 */
23public interface SectionHeading extends EObject
24{
25  /**
26   * Returns the value of the '<em><b>Section Header</b></em>' attribute.
27   * <!-- begin-user-doc -->
28   * <p>
29   * If the meaning of the '<em>Section Header</em>' attribute isn't clear,
30   * there really should be more of a description here...
31   * </p>
32   * <!-- end-user-doc -->
33   * @return the value of the '<em>Section Header</em>' attribute.
34   * @see #setSectionHeader(String)
35   * @see de.ugoe.cs.swe.bnftools.ebnf.EbnfPackage#getSectionHeading_SectionHeader()
36   * @model
37   * @generated
38   */
39  String getSectionHeader();
40
41  /**
42   * Sets the value of the '{@link de.ugoe.cs.swe.bnftools.ebnf.SectionHeading#getSectionHeader <em>Section Header</em>}' attribute.
43   * <!-- begin-user-doc -->
44   * <!-- end-user-doc -->
45   * @param value the new value of the '<em>Section Header</em>' attribute.
46   * @see #getSectionHeader()
47   * @generated
48   */
49  void setSectionHeader(String value);
50
51} // SectionHeading
Note: See TracBrowser for help on using the repository browser.