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 SummaryModifier 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.voidsetGroupName(String value) Sets the value of the 'Group Name' attribute.voidsetTemplate(String value) Sets the value of the 'Template' attribute.voidSets the value of the 'Template Type' 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- 
getGroupFieldsorg.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:
 
- 
getGroupNameString getGroupName()Returns the value of the 'Group Name' attribute.- Returns:
- the value of the 'Group Name' attribute.
- See Also:
 
- 
setGroupNameSets the value of the 'Group Name' attribute.- Parameters:
- value- the new value of the 'Group Name' attribute.
- See Also:
 
- 
getTemplateTypeDataCompositionAreaTemplateType 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:
 
- 
setTemplateTypeSets the value of the 'Template Type' attribute.- Parameters:
- value- the new value of the 'Template Type' 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:
 
 
-