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 Summary
Modifier 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.void
Sets the value of the 'Name
' attribute.void
Sets the value of the 'Template
' containment 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 Details
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-
getTemplate
DataCompositionAreaTemplate getTemplate()Returns the value of the 'Template' containment reference.- Returns:
- the value of the 'Template' containment reference.
- See Also:
-
setTemplate
Sets the value of the 'Template
' containment reference.- Parameters:
value
- the new value of the 'Template' containment reference.- See Also:
-
getParameters
org.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:
-