public interface Variable extends TemplatePart
The following features are supported:
TemplatesPackage.getVariable()| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getName()
Returns the value of the 'Name' attribute 
 | 
org.eclipse.emf.common.util.EList<java.lang.String> | 
getParameters()
Returns the value of the 'Parameters' attribute list. 
 | 
java.lang.String | 
getType()
Returns the value of the 'Type' attribute 
 | 
boolean | 
isExpectingParameters()
Returns the value of the 'Expecting Parameters' attribute 
 | 
void | 
setExpectingParameters(boolean value)
Sets the value of the ' 
Expecting Parameters' attribute | 
void | 
setName(java.lang.String value)
Sets the value of the ' 
Name' attribute | 
void | 
setType(java.lang.String value)
Sets the value of the ' 
Type' attribute | 
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String), 
TemplatesPackage.getVariable_Name()void setName(java.lang.String value)
Name' attribute.
 
 value - the new value of the 'Name' attribute.getName()java.lang.String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String), 
TemplatesPackage.getVariable_Type()void setType(java.lang.String value)
Type' attribute.
 
 value - the new value of the 'Type' attribute.getType()boolean isExpectingParameters()
If the meaning of the 'Expecting Parameters' attribute isn't clear, there really should be more of a description here...
setExpectingParameters(boolean), 
TemplatesPackage.getVariable_ExpectingParameters()void setExpectingParameters(boolean value)
Expecting Parameters' attribute.
 
 value - the new value of the 'Expecting Parameters' attribute.isExpectingParameters()org.eclipse.emf.common.util.EList<java.lang.String> getParameters()
String.
 
 If the meaning of the 'Parameters' attribute list isn't clear, there really should be more of a description here...
TemplatesPackage.getVariable_Parameters()