Package org.eclipse.xtext
Interface Parameter
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ParameterImpl
public interface Parameter extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Parameter'.The following features are supported:
- Since:
- 2.9
- See Also:
XtextPackage.getParameter()- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Returns the value of the 'Name' attribute.voidsetName(java.lang.String value)Sets the value of the 'Name' attribute.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),XtextPackage.getParameter_Name()- Model:
- Generated:
-
-