Interface DataCompositionSchemaTemplateDescription
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
- DataCompositionSchemaTemplateDescriptionImpl
public interface DataCompositionSchemaTemplateDescription
extends org.eclipse.emf.ecore.EObject
 A representation of the model object 'Data Composition Schema Template Description'.
 
 
The following features are supported:
- 
Method SummaryModifier and TypeMethodDescriptiongetName()Returns the value of the 'Name' attribute.org.eclipse.emf.common.util.EList<AreaTemplateParameter>Returns the value of the 'Parameters' containment reference list.Returns the value of the 'Template' containment reference.voidSets the value of the 'Name' attribute.voidSets the value of the 'Template' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getNameString getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
 
- 
setNameSets the value of the 'Name' attribute.- Parameters:
- value- the new value of the 'Name' attribute.
- See Also:
 
- 
getTemplateDataCompositionAreaTemplate getTemplate()Returns the value of the 'Template' containment reference.- Returns:
- the value of the 'Template' containment reference.
- See Also:
 
- 
setTemplateSets the value of the 'Template' containment reference.- Parameters:
- value- the new value of the 'Template' containment reference.
- See Also:
 
- 
getParametersorg.eclipse.emf.common.util.EList<AreaTemplateParameter> getParameters()Returns the value of the 'Parameters' containment reference list. The list contents are of typeAreaTemplateParameter.- Returns:
- the value of the 'Parameters' containment reference list.
- See Also:
 
 
-