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
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DataCompositionField>
Returns the value of the 'Group Fields' containment reference list.Returns the value of the 'Group Name' attribute.Returns the value of the 'Template' attribute.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
Sets the value of the 'Template Type
' 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
-
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:
-
getGroupName
String getGroupName()Returns the value of the 'Group Name' attribute.- Returns:
- the value of the 'Group Name' attribute.
- See Also:
-
setGroupName
Sets the value of the 'Group Name
' attribute.- Parameters:
value
- the new value of the 'Group Name' attribute.- See Also:
-
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:
-
setTemplateType
Sets the value of the 'Template Type
' attribute.- Parameters:
value
- the new value of the 'Template Type' 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:
-