public interface InputReference
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RecipePackage.getInputReference()
Modifier and Type | Method and Description |
---|---|
String |
getExpression()
Returns the value of the 'Expression' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setExpression(String value)
Sets the value of the '
Expression ' attribute. |
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
String getExpression()
If the meaning of the 'Expression' attribute isn't clear, there really should be more of a description here...
setExpression(String)
,
RecipePackage.getInputReference_Expression()
void setExpression(String value)
Expression
' attribute.
value
- the new value of the 'Expression' attribute.getExpression()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
RecipePackage.getInputReference_Name()