public interface Rep
extends org.eclipse.emf.ecore.EObject
ProtelisPackage.getRep()| Modifier and Type | Method and Description |
|---|---|
Block |
getBody()
Returns the value of the 'Body' containment reference.
|
RepInitialize |
getInit()
Returns the value of the 'Init' containment reference.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setBody(Block value)
Sets the value of the '
Body' containment reference. |
void |
setInit(RepInitialize value)
Sets the value of the '
Init' containment reference. |
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),
ProtelisPackage.getRep_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()RepInitialize getInit()
If the meaning of the 'Init' containment reference isn't clear, there really should be more of a description here...
setInit(RepInitialize),
ProtelisPackage.getRep_Init()void setInit(RepInitialize value)
Init' containment reference.
value - the new value of the 'Init' containment reference.getInit()Block getBody()
If the meaning of the 'Body' containment reference isn't clear, there really should be more of a description here...
setBody(Block),
ProtelisPackage.getRep_Body()Copyright © 2015. All rights reserved.