Last change
on this file was
100,
checked in by phdmakk, 8 years ago
|
+ generated resources
|
-
Property svn:mime-type set to
text/plain
|
File size:
1.3 KB
|
Line | |
---|
1 | /** |
---|
2 | */ |
---|
3 | package de.ugoe.cs.swe.bnftools.ebnf; |
---|
4 | |
---|
5 | import org.eclipse.emf.ecore.EObject; |
---|
6 | |
---|
7 | /** |
---|
8 | * <!-- begin-user-doc --> |
---|
9 | * A representation of the model object '<em><b>Comment</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.Comment#getContent <em>Content</em>}</li> |
---|
16 | * </ul> |
---|
17 | * </p> |
---|
18 | * |
---|
19 | * @see de.ugoe.cs.swe.bnftools.ebnf.EbnfPackage#getComment() |
---|
20 | * @model |
---|
21 | * @generated |
---|
22 | */ |
---|
23 | public interface Comment extends EObject |
---|
24 | { |
---|
25 | /** |
---|
26 | * Returns the value of the '<em><b>Content</b></em>' attribute. |
---|
27 | * <!-- begin-user-doc --> |
---|
28 | * <p> |
---|
29 | * If the meaning of the '<em>Content</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>Content</em>' attribute. |
---|
34 | * @see #setContent(String) |
---|
35 | * @see de.ugoe.cs.swe.bnftools.ebnf.EbnfPackage#getComment_Content() |
---|
36 | * @model |
---|
37 | * @generated |
---|
38 | */ |
---|
39 | String getContent(); |
---|
40 | |
---|
41 | /** |
---|
42 | * Sets the value of the '{@link de.ugoe.cs.swe.bnftools.ebnf.Comment#getContent <em>Content</em>}' attribute. |
---|
43 | * <!-- begin-user-doc --> |
---|
44 | * <!-- end-user-doc --> |
---|
45 | * @param value the new value of the '<em>Content</em>' attribute. |
---|
46 | * @see #getContent() |
---|
47 | * @generated |
---|
48 | */ |
---|
49 | void setContent(String value); |
---|
50 | |
---|
51 | } // Comment |
---|
Note: See
TracBrowser
for help on using the repository browser.