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

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

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

A representation of the model object 'Template Body'.

The following features are supported:

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

Method Summary
 org.eclipse.emf.common.util.EList<TemplatePart> getParts()
          Returns the value of the 'Parts' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getParts

org.eclipse.emf.common.util.EList<TemplatePart> getParts()
Returns the value of the 'Parts' containment reference list. The list contents are of type TemplatePart.

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

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