public interface Statement
extends org.eclipse.emf.ecore.EObject
ProtelisPackage.getStatement()| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the value of the 'Name' attribute.
|
Expression |
getRight()
Returns the value of the 'Right' containment reference.
|
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setRight(Expression value)
Sets the value of the '
Right' containment reference. |
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
ProtelisPackage.getStatement_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()Expression getRight()
If the meaning of the 'Right' containment reference isn't clear, there really should be more of a description here...
setRight(Expression),
ProtelisPackage.getStatement_Right()void setRight(Expression value)
Right' containment reference.
value - the new value of the 'Right' containment reference.getRight()Copyright © 2015. All rights reserved.