public interface Segment extends AbstractNode
The following features are supported:
RSTPackage.getSegment()| Modifier and Type | Method and Description |
|---|---|
RSTDocument |
getDocument()
Returns the value of the 'Document' container reference.
|
String |
getText()
Returns the value of the 'Text' attribute.
|
void |
setDocument(RSTDocument value)
Sets the value of the '
Document' container reference.
|
void |
setText(String value)
Sets the value of the '
Text'
attribute.
|
getId, getType, setId, setTypeRSTDocument getDocument()
Segments'.
If the meaning of the 'Document' container reference isn't clear, there really should be more of a description here...
setDocument(RSTDocument),
RSTPackage.getSegment_Document(),
RSTDocument.getSegments()void setDocument(RSTDocument value)
Document' container reference. value - the new value of the 'Document' container reference.getDocument()String getText()
If the meaning of the 'Text' attribute isn't clear, there really should be more of a description here...
setText(String),
RSTPackage.getSegment_Text()Copyright © 2015. All rights reserved.