public interface AbstractNode
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RSTPackage.getAbstractNode()| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the value of the 'Id' attribute.
|
String |
getType()
Returns the value of the 'Type' attribute.
|
void |
setId(String value)
Sets the value of the '
Id'
attribute.
|
void |
setType(String value)
Sets the value of the '
Type' attribute.
|
String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
RSTPackage.getAbstractNode_Id()void setId(String value)
Id'
attribute. value - the new value of the 'Id' attribute.getId()String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String),
RSTPackage.getAbstractNode_Type()Copyright © 2015. All rights reserved.