public interface NBR
extends org.eclipse.emf.ecore.EObject
ProtelisPackage.getNBR()| Modifier and Type | Method and Description |
|---|---|
Expression |
getArg()
Returns the value of the 'Arg' containment reference.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setArg(Expression value)
Sets the value of the '
Arg' 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.getNBR_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()Expression getArg()
If the meaning of the 'Arg' containment reference isn't clear, there really should be more of a description here...
setArg(Expression),
ProtelisPackage.getNBR_Arg()void setArg(Expression value)
Arg' containment reference.
value - the new value of the 'Arg' containment reference.getArg()Copyright © 2015. All rights reserved.