public interface Document
extends org.eclipse.emf.ecore.EObject
The following features are supported:
de.hub.german.korpling.saltnpepper.rst.RSTModelPackage#getDocument()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Group> |
getGroups()
Returns the value of the 'Groups' containment reference
list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<Relation> |
getRelations()
Returns the value of the 'Relations' containment
reference list.
|
org.eclipse.emf.common.util.EList<Segment> |
getSegments()
Returns the value of the 'Segments' containment reference
list.
|
void |
setName(String value)
Sets the value of the '
Name'
attribute.
|
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
de.hub.german.korpling.saltnpepper.rst.RSTModelPackage#getDocument_Name()void setName(String value)
Name'
attribute. value - the new value of the 'Name' attribute.getName()org.eclipse.emf.common.util.EList<Segment> getSegments()
Segment. It is bidirectional and
its opposite is '
Document'.
If the meaning of the 'Segments' containment reference list isn't clear, there really should be more of a description here...
de.hub.german.korpling.saltnpepper.rst.RSTModelPackage#getDocument_Segments(),
Segment.getDocument()org.eclipse.emf.common.util.EList<Group> getGroups()
Group. It is bidirectional and
its opposite is '
Document'.
If the meaning of the 'Groups' containment reference list isn't clear, there really should be more of a description here...
de.hub.german.korpling.saltnpepper.rst.RSTModelPackage#getDocument_Groups(),
Group.getDocument()org.eclipse.emf.common.util.EList<Relation> getRelations()
Relation. It is bidirectional
and its opposite is '
Documents'.
If the meaning of the 'Relations' containment reference list isn't clear, there really should be more of a description here...
de.hub.german.korpling.saltnpepper.rst.RSTModelPackage#getDocument_Relations(),
Relation.getDocuments()Copyright © 2015. All rights reserved.