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

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

public interface Codetemplates
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Codetemplates'.

The following features are supported:

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

Method Summary
 Grammar getLanguage()
          Returns the value of the 'Language' reference
 org.eclipse.emf.common.util.EList<Codetemplate> getTemplates()
          Returns the value of the 'Templates' containment reference list.
 void setLanguage(Grammar value)
          Sets the value of the 'Language' reference
 
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

getLanguage

Grammar getLanguage()
Returns the value of the 'Language' reference.

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

Returns:
the value of the 'Language' reference.
See Also:
setLanguage(Grammar), TemplatesPackage.getCodetemplates_Language()
EMF generated code
EMF model element

setLanguage

void setLanguage(Grammar value)
Sets the value of the 'Language' reference.

Parameters:
value - the new value of the 'Language' reference.
See Also:
getLanguage()
EMF generated code

getTemplates

org.eclipse.emf.common.util.EList<Codetemplate> getTemplates()
Returns the value of the 'Templates' containment reference list. The list contents are of type Codetemplate.

If the meaning of the 'Templates' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Templates' containment reference list.
See Also:
TemplatesPackage.getCodetemplates_Templates()
EMF generated code
EMF model element
containment="true"