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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the value of the 'Name' attribute.org.eclipse.emf.common.util.EList<AreaTemplateParameter>
getParameters()
Returns the value of the 'Parameters' containment reference list.DataCompositionAreaTemplate
getTemplate()
Returns the value of the 'Template' containment reference.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setTemplate(DataCompositionAreaTemplate value)
Sets the value of the 'Template
' containment reference.
-
-
-
Method Detail
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,DcsPackage.getDataCompositionSchemaTemplateDescription_Name()
-
setName
void setName(String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
-
getTemplate
DataCompositionAreaTemplate getTemplate()
Returns the value of the 'Template' containment reference.- Returns:
- the value of the 'Template' containment reference.
- See Also:
setTemplate(DataCompositionAreaTemplate)
,DcsPackage.getDataCompositionSchemaTemplateDescription_Template()
-
setTemplate
void setTemplate(DataCompositionAreaTemplate value)
Sets the value of the 'Template
' containment reference.- Parameters:
value
- the new value of the 'Template' containment reference.- See Also:
getTemplate()
-
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:
DcsPackage.getDataCompositionSchemaTemplateDescription_Parameters()
-
-