org.eclipse.xtext.ui.codetemplates.templates
Interface Variable

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, TemplatePart
All Known Implementing Classes:
VariableImpl

public interface Variable
extends TemplatePart

A representation of the model object 'Variable'.

The following features are supported:

See Also:
TemplatesPackage.getVariable()
EMF generated code
EMF model element

Method Summary
 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
 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
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

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), TemplatesPackage.getVariable_Name()
EMF generated code
EMF model element

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
EMF generated code

getType

java.lang.String getType()
Returns the value of the 'Type' attribute.

If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), TemplatesPackage.getVariable_Type()
EMF generated code
EMF model element

setType

void setType(java.lang.String value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()
EMF generated code

getParameters

org.eclipse.emf.common.util.EList<java.lang.String> getParameters()
Returns the value of the 'Parameters' attribute list. The list contents are of type String.

If the meaning of the 'Parameters' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parameters' attribute list.
See Also:
TemplatesPackage.getVariable_Parameters()
EMF generated code
EMF model element
unique="false"