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 SummaryModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DataCompositionField>Returns the value of the 'Group Fields1' containment reference list.org.eclipse.emf.common.util.EList<DataCompositionField>Returns the value of the 'Group Fields2' containment reference list.Returns the value of the 'Group Name1' attribute.Returns the value of the 'Group Name2' attribute.Returns the value of the 'Template' attribute.Returns the value of the 'Template Type1' attribute.Returns the value of the 'Template Type2' attribute.voidsetGroupName1(String value) Sets the value of the 'Group Name1' attribute.voidsetGroupName2(String value) Sets the value of the 'Group Name2' attribute.voidsetTemplate(String value) Sets the value of the 'Template' attribute.voidSets the value of the 'Template Type1' attribute.voidSets the value of the 'Template Type2' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getGroupFields1org.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:
 
- 
getGroupName1String getGroupName1()Returns the value of the 'Group Name1' attribute.- Returns:
- the value of the 'Group Name1' attribute.
- See Also:
 
- 
setGroupName1Sets the value of the 'Group Name1' attribute.- Parameters:
- value- the new value of the 'Group Name1' attribute.
- See Also:
 
- 
getTemplateType1DataCompositionAreaTemplateType 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:
 
- 
setTemplateType1Sets the value of the 'Template Type1' attribute.- Parameters:
- value- the new value of the 'Template Type1' attribute.
- See Also:
 
- 
getGroupFields2org.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:
 
- 
getGroupName2String getGroupName2()Returns the value of the 'Group Name2' attribute.- Returns:
- the value of the 'Group Name2' attribute.
- See Also:
 
- 
setGroupName2Sets the value of the 'Group Name2' attribute.- Parameters:
- value- the new value of the 'Group Name2' attribute.
- See Also:
 
- 
getTemplateType2DataCompositionAreaTemplateType 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:
 
- 
setTemplateType2Sets the value of the 'Template Type2' attribute.- Parameters:
- value- the new value of the 'Template Type2' attribute.
- See Also:
 
- 
getTemplateString getTemplate()Returns the value of the 'Template' attribute.- Returns:
- the value of the 'Template' attribute.
- See Also:
 
- 
setTemplateSets the value of the 'Template' attribute.- Parameters:
- value- the new value of the 'Template' attribute.
- See Also:
 
 
-