Interface DataCompositionSchemaTotalFieldsTemplate
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionSchemaTotalFieldsTemplateImpl
public interface DataCompositionSchemaTotalFieldsTemplate extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Data Composition Schema Total Fields 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>
getGroupFields1()
Returns the value of the 'Group Fields1' containment reference list.org.eclipse.emf.common.util.EList<DataCompositionField>
getGroupFields2()
Returns the value of the 'Group Fields2' containment reference list.String
getGroupName1()
Returns the value of the 'Group Name1' attribute.String
getGroupName2()
Returns the value of the 'Group Name2' attribute.String
getTemplate()
Returns the value of the 'Template' attribute.DataCompositionAreaTemplateType
getTemplateType1()
Returns the value of the 'Template Type1' attribute.DataCompositionAreaTemplateType
getTemplateType2()
Returns the value of the 'Template Type2' attribute.void
setGroupName1(String value)
Sets the value of the 'Group Name1
' attribute.void
setGroupName2(String value)
Sets the value of the 'Group Name2
' attribute.void
setTemplate(String value)
Sets the value of the 'Template
' attribute.void
setTemplateType1(DataCompositionAreaTemplateType value)
Sets the value of the 'Template Type1
' attribute.void
setTemplateType2(DataCompositionAreaTemplateType value)
Sets the value of the 'Template Type2
' attribute.
-
-
-
Method Detail
-
getGroupFields1
org.eclipse.emf.common.util.EList<DataCompositionField> getGroupFields1()
Returns the value of the 'Group Fields1' containment reference list. The list contents are of typeDataCompositionField
.- Returns:
- the value of the 'Group Fields1' containment reference list.
- See Also:
DcsPackage.getDataCompositionSchemaTotalFieldsTemplate_GroupFields1()
-
getGroupName1
String getGroupName1()
Returns the value of the 'Group Name1' attribute.- Returns:
- the value of the 'Group Name1' attribute.
- See Also:
setGroupName1(String)
,DcsPackage.getDataCompositionSchemaTotalFieldsTemplate_GroupName1()
-
setGroupName1
void setGroupName1(String value)
Sets the value of the 'Group Name1
' attribute.- Parameters:
value
- the new value of the 'Group Name1' attribute.- See Also:
getGroupName1()
-
getTemplateType1
DataCompositionAreaTemplateType getTemplateType1()
Returns the value of the 'Template Type1' attribute. The default value is"Header"
. The literals are from the enumerationDataCompositionAreaTemplateType
.- Returns:
- the value of the 'Template Type1' attribute.
- See Also:
DataCompositionAreaTemplateType
,setTemplateType1(DataCompositionAreaTemplateType)
,DcsPackage.getDataCompositionSchemaTotalFieldsTemplate_TemplateType1()
-
setTemplateType1
void setTemplateType1(DataCompositionAreaTemplateType value)
Sets the value of the 'Template Type1
' attribute.- Parameters:
value
- the new value of the 'Template Type1' attribute.- See Also:
DataCompositionAreaTemplateType
,getTemplateType1()
-
getGroupFields2
org.eclipse.emf.common.util.EList<DataCompositionField> getGroupFields2()
Returns the value of the 'Group Fields2' containment reference list. The list contents are of typeDataCompositionField
.- Returns:
- the value of the 'Group Fields2' containment reference list.
- See Also:
DcsPackage.getDataCompositionSchemaTotalFieldsTemplate_GroupFields2()
-
getGroupName2
String getGroupName2()
Returns the value of the 'Group Name2' attribute.- Returns:
- the value of the 'Group Name2' attribute.
- See Also:
setGroupName2(String)
,DcsPackage.getDataCompositionSchemaTotalFieldsTemplate_GroupName2()
-
setGroupName2
void setGroupName2(String value)
Sets the value of the 'Group Name2
' attribute.- Parameters:
value
- the new value of the 'Group Name2' attribute.- See Also:
getGroupName2()
-
getTemplateType2
DataCompositionAreaTemplateType getTemplateType2()
Returns the value of the 'Template Type2' attribute. The default value is"Header"
. The literals are from the enumerationDataCompositionAreaTemplateType
.- Returns:
- the value of the 'Template Type2' attribute.
- See Also:
DataCompositionAreaTemplateType
,setTemplateType2(DataCompositionAreaTemplateType)
,DcsPackage.getDataCompositionSchemaTotalFieldsTemplate_TemplateType2()
-
setTemplateType2
void setTemplateType2(DataCompositionAreaTemplateType value)
Sets the value of the 'Template Type2
' attribute.- Parameters:
value
- the new value of the 'Template Type2' attribute.- See Also:
DataCompositionAreaTemplateType
,getTemplateType2()
-
getTemplate
String getTemplate()
Returns the value of the 'Template' attribute.- Returns:
- the value of the 'Template' attribute.
- See Also:
setTemplate(String)
,DcsPackage.getDataCompositionSchemaTotalFieldsTemplate_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()
-
-