Interface DataCompositionSchemaGroupTemplate
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionSchemaGroupTemplateImpl
public interface DataCompositionSchemaGroupTemplate extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Data Composition Schema Group Template'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<DataCompositionField>
getGroupFields()
Returns the value of the 'Group Fields' containment reference list.String
getGroupName()
Returns the value of the 'Group Name' attribute.String
getTemplate()
Returns the value of the 'Template' attribute.DataCompositionAreaTemplateType
getTemplateType()
Returns the value of the 'Template Type' attribute.void
setGroupName(String value)
Sets the value of the 'Group Name
' attribute.void
setTemplate(String value)
Sets the value of the 'Template
' attribute.void
setTemplateType(DataCompositionAreaTemplateType value)
Sets the value of the 'Template Type
' attribute.
-
-
-
Method Detail
-
getGroupFields
org.eclipse.emf.common.util.EList<DataCompositionField> getGroupFields()
Returns the value of the 'Group Fields' containment reference list. The list contents are of typeDataCompositionField
.- Returns:
- the value of the 'Group Fields' containment reference list.
- See Also:
DcsPackage.getDataCompositionSchemaGroupTemplate_GroupFields()
-
getGroupName
String getGroupName()
Returns the value of the 'Group Name' attribute.- Returns:
- the value of the 'Group Name' attribute.
- See Also:
setGroupName(String)
,DcsPackage.getDataCompositionSchemaGroupTemplate_GroupName()
-
setGroupName
void setGroupName(String value)
Sets the value of the 'Group Name
' attribute.- Parameters:
value
- the new value of the 'Group Name' attribute.- See Also:
getGroupName()
-
getTemplateType
DataCompositionAreaTemplateType getTemplateType()
Returns the value of the 'Template Type' attribute. The default value is"Header"
. The literals are from the enumerationDataCompositionAreaTemplateType
.- Returns:
- the value of the 'Template Type' attribute.
- See Also:
DataCompositionAreaTemplateType
,setTemplateType(DataCompositionAreaTemplateType)
,DcsPackage.getDataCompositionSchemaGroupTemplate_TemplateType()
-
setTemplateType
void setTemplateType(DataCompositionAreaTemplateType value)
Sets the value of the 'Template Type
' attribute.- Parameters:
value
- the new value of the 'Template Type' attribute.- See Also:
DataCompositionAreaTemplateType
,getTemplateType()
-
getTemplate
String getTemplate()
Returns the value of the 'Template' attribute.- Returns:
- the value of the 'Template' attribute.
- See Also:
setTemplate(String)
,DcsPackage.getDataCompositionSchemaGroupTemplate_Template()
-
setTemplate
void setTemplate(String value)
Sets the value of the 'Template
' attribute.- Parameters:
value
- the new value of the 'Template' attribute.- See Also:
getTemplate()
-
-