public interface Relation
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RSTPackage.getRelation()| Modifier and Type | Method and Description |
|---|---|
AbstractNode |
getChild()
Returns the value of the 'Child' reference.
|
RSTDocument |
getDocuments()
Returns the value of the 'Documents' container reference.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
AbstractNode |
getParent()
Returns the value of the 'Parent' reference.
|
String |
getType()
Returns the value of the 'Type' attribute.
|
void |
setChild(AbstractNode value)
Sets the value of the '
Child
' reference.
|
void |
setDocuments(RSTDocument value)
Sets the value of the '
Documents' container reference.
|
void |
setName(String value)
Sets the value of the '
Name'
attribute.
|
void |
setParent(AbstractNode value)
Sets the value of the '
Parent' reference.
|
void |
setType(String value)
Sets the value of the '
Type'
attribute.
|
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
RSTPackage.getRelation_Name()void setName(String value)
Name'
attribute. value - the new value of the 'Name' attribute.getName()RSTDocument getDocuments()
Relations'.
If the meaning of the 'Documents' container reference isn't clear, there really should be more of a description here...
setDocuments(RSTDocument),
RSTPackage.getRelation_Documents(),
RSTDocument.getRelations()void setDocuments(RSTDocument value)
Documents' container reference. value - the new value of the 'Documents' container reference.getDocuments()AbstractNode getParent()
If the meaning of the 'Parent' reference isn't clear, there really should be more of a description here...
setParent(AbstractNode),
RSTPackage.getRelation_Parent()void setParent(AbstractNode value)
Parent' reference. value - the new value of the 'Parent' reference.getParent()AbstractNode getChild()
If the meaning of the 'Child' reference isn't clear, there really should be more of a description here...
setChild(AbstractNode),
RSTPackage.getRelation_Child()void setChild(AbstractNode value)
Child
' reference. value - the new value of the 'Child' reference.getChild()String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String),
RSTPackage.getRelation_Type()Copyright © 2015. All rights reserved.