Interface DataCompositionSchema
- All Superinterfaces:
AbstractDataCompositionSchema,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionSchemaImpl
A representation of the model object 'Data Composition Schema'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DataCompositionSchemaCalculatedField>Returns the value of the 'Calculated Fields' containment reference list.org.eclipse.emf.common.util.EList<DataCompositionSchemaDataSetLink>Returns the value of the 'Data Set Links' containment reference list.org.eclipse.emf.common.util.EList<DataSet>Returns the value of the 'Data Sets' containment reference list.org.eclipse.emf.common.util.EList<DataCompositionSchemaDataSource>Returns the value of the 'Data Sources' containment reference list.Returns the value of the 'Default Settings' containment reference.org.eclipse.emf.common.util.EList<DataCompositionSchemaFieldTemplate>Returns the value of the 'Field Templates' containment reference list.org.eclipse.emf.common.util.EList<DataCompositionSchemaGroupTemplate>Returns the value of the 'Group Header Templates' containment reference list.org.eclipse.emf.common.util.EList<DataCompositionSchemaGroupTemplate>Returns the value of the 'Group Templates' containment reference list.org.eclipse.emf.common.util.EList<NestedDataCompositionSchema>Returns the value of the 'Nested Schemas' containment reference list.org.eclipse.emf.common.util.EList<DataCompositionSchemaParameter>Returns the value of the 'Parameters' containment reference list.org.eclipse.emf.common.util.EList<SettingsVariant>Returns the value of the 'Settings Variants' containment reference list.org.eclipse.emf.common.util.EList<DataCompositionSchemaTemplateDescription>Returns the value of the 'Templates' containment reference list.org.eclipse.emf.common.util.EList<DataCompositionSchemaTotalField>Returns the value of the 'Total Fields' containment reference list.org.eclipse.emf.common.util.EList<DataCompositionSchemaTotalFieldsTemplate>Returns the value of the 'Total Fields Templates' containment reference list.voidSets the value of the 'Default Settings' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getDataSources
org.eclipse.emf.common.util.EList<DataCompositionSchemaDataSource> getDataSources()Returns the value of the 'Data Sources' containment reference list. The list contents are of typeDataCompositionSchemaDataSource.- Returns:
- the value of the 'Data Sources' containment reference list.
- See Also:
-
getDataSets
org.eclipse.emf.common.util.EList<DataSet> getDataSets()Returns the value of the 'Data Sets' containment reference list. The list contents are of typeDataSet.- Returns:
- the value of the 'Data Sets' containment reference list.
- See Also:
-
getDataSetLinks
org.eclipse.emf.common.util.EList<DataCompositionSchemaDataSetLink> getDataSetLinks()Returns the value of the 'Data Set Links' containment reference list. The list contents are of typeDataCompositionSchemaDataSetLink.- Returns:
- the value of the 'Data Set Links' containment reference list.
- See Also:
-
getCalculatedFields
org.eclipse.emf.common.util.EList<DataCompositionSchemaCalculatedField> getCalculatedFields()Returns the value of the 'Calculated Fields' containment reference list. The list contents are of typeDataCompositionSchemaCalculatedField.- Returns:
- the value of the 'Calculated Fields' containment reference list.
- See Also:
-
getTotalFields
org.eclipse.emf.common.util.EList<DataCompositionSchemaTotalField> getTotalFields()Returns the value of the 'Total Fields' containment reference list. The list contents are of typeDataCompositionSchemaTotalField.- Returns:
- the value of the 'Total Fields' containment reference list.
- See Also:
-
getParameters
org.eclipse.emf.common.util.EList<DataCompositionSchemaParameter> getParameters()Returns the value of the 'Parameters' containment reference list. The list contents are of typeDataCompositionSchemaParameter.- Returns:
- the value of the 'Parameters' containment reference list.
- See Also:
-
getNestedSchemas
org.eclipse.emf.common.util.EList<NestedDataCompositionSchema> getNestedSchemas()Returns the value of the 'Nested Schemas' containment reference list. The list contents are of typeNestedDataCompositionSchema.- Returns:
- the value of the 'Nested Schemas' containment reference list.
- See Also:
-
getTemplates
org.eclipse.emf.common.util.EList<DataCompositionSchemaTemplateDescription> getTemplates()Returns the value of the 'Templates' containment reference list. The list contents are of typeDataCompositionSchemaTemplateDescription.- Returns:
- the value of the 'Templates' containment reference list.
- See Also:
-
getFieldTemplates
org.eclipse.emf.common.util.EList<DataCompositionSchemaFieldTemplate> getFieldTemplates()Returns the value of the 'Field Templates' containment reference list. The list contents are of typeDataCompositionSchemaFieldTemplate.- Returns:
- the value of the 'Field Templates' containment reference list.
- See Also:
-
getGroupTemplates
org.eclipse.emf.common.util.EList<DataCompositionSchemaGroupTemplate> getGroupTemplates()Returns the value of the 'Group Templates' containment reference list. The list contents are of typeDataCompositionSchemaGroupTemplate.- Returns:
- the value of the 'Group Templates' containment reference list.
- See Also:
-
getGroupHeaderTemplates
org.eclipse.emf.common.util.EList<DataCompositionSchemaGroupTemplate> getGroupHeaderTemplates()Returns the value of the 'Group Header Templates' containment reference list. The list contents are of typeDataCompositionSchemaGroupTemplate.- Returns:
- the value of the 'Group Header Templates' containment reference list.
- See Also:
-
getTotalFieldsTemplates
org.eclipse.emf.common.util.EList<DataCompositionSchemaTotalFieldsTemplate> getTotalFieldsTemplates()Returns the value of the 'Total Fields Templates' containment reference list. The list contents are of typeDataCompositionSchemaTotalFieldsTemplate.- Returns:
- the value of the 'Total Fields Templates' containment reference list.
- See Also:
-
getDefaultSettings
DataCompositionSettings getDefaultSettings()Returns the value of the 'Default Settings' containment reference.- Returns:
- the value of the 'Default Settings' containment reference.
- See Also:
-
setDefaultSettings
Sets the value of the 'Default Settings' containment reference.- Parameters:
value- the new value of the 'Default Settings' containment reference.- See Also:
-
getSettingsVariants
org.eclipse.emf.common.util.EList<SettingsVariant> getSettingsVariants()Returns the value of the 'Settings Variants' containment reference list. The list contents are of typeSettingsVariant.- Returns:
- the value of the 'Settings Variants' containment reference list.
- See Also:
-