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.EObjectA 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.StringgetGroupName()Returns the value of the 'Group Name' attribute.StringgetTemplate()Returns the value of the 'Template' attribute.DataCompositionAreaTemplateTypegetTemplateType()Returns the value of the 'Template Type' attribute.voidsetGroupName(String value)Sets the value of the 'Group Name' attribute.voidsetTemplate(String value)Sets the value of the 'Template' attribute.voidsetTemplateType(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()
-
-