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
Modifier 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.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
Sets the value of the 'Template Type1
' attribute.void
Sets the value of the 'Template Type2
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
getGroupName1
String getGroupName1()Returns the value of the 'Group Name1' attribute.- Returns:
- the value of the 'Group Name1' attribute.
- See Also:
-
setGroupName1
Sets the value of the 'Group Name1
' attribute.- Parameters:
value
- the new value of the 'Group Name1' attribute.- See Also:
-
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:
-
setTemplateType1
Sets the value of the 'Template Type1
' attribute.- Parameters:
value
- the new value of the 'Template Type1' attribute.- See Also:
-
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:
-
getGroupName2
String getGroupName2()Returns the value of the 'Group Name2' attribute.- Returns:
- the value of the 'Group Name2' attribute.
- See Also:
-
setGroupName2
Sets the value of the 'Group Name2
' attribute.- Parameters:
value
- the new value of the 'Group Name2' attribute.- See Also:
-
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:
-
setTemplateType2
Sets the value of the 'Template Type2
' attribute.- Parameters:
value
- the new value of the 'Template Type2' attribute.- See Also:
-
getTemplate
String getTemplate()Returns the value of the 'Template' attribute.- Returns:
- the value of the 'Template' attribute.
- See Also:
-
setTemplate
Sets the value of the 'Template
' attribute.- Parameters:
value
- the new value of the 'Template' attribute.- See Also:
-