Interface DataCompositionUserFieldsVariant
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionUserFieldsVariantImpl
public interface DataCompositionUserFieldsVariant
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Data Composition User Fields Variant'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Filter' containment reference.Returns the value of the 'Presentation Value' containment reference.getValue()
Returns the value of the 'Value' containment reference.boolean
isUse()
Returns the value of the 'Use' attribute.void
setFilter
(DataCompositionFilter value) Sets the value of the 'Filter
' containment reference.void
setPresentationValue
(Presentation value) Sets the value of the 'Presentation Value
' containment reference.void
setUse
(boolean value) Sets the value of the 'Use
' attribute.void
Sets the value of the 'Value
' 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, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isUse
boolean isUse()Returns the value of the 'Use' attribute. The default value is"true"
.- Returns:
- the value of the 'Use' attribute.
- See Also:
-
setUse
void setUse(boolean value) Sets the value of the 'Use
' attribute.- Parameters:
value
- the new value of the 'Use' attribute.- See Also:
-
getFilter
DataCompositionFilter getFilter()Returns the value of the 'Filter' containment reference.- Returns:
- the value of the 'Filter' containment reference.
- See Also:
-
setFilter
Sets the value of the 'Filter
' containment reference.- Parameters:
value
- the new value of the 'Filter' containment reference.- See Also:
-
getValue
Value getValue()Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
-
setValue
Sets the value of the 'Value
' containment reference.- Parameters:
value
- the new value of the 'Value' containment reference.- See Also:
-
getPresentationValue
Presentation getPresentationValue()Returns the value of the 'Presentation Value' containment reference.- Returns:
- the value of the 'Presentation Value' containment reference.
- See Also:
-
setPresentationValue
Sets the value of the 'Presentation Value
' containment reference.- Parameters:
value
- the new value of the 'Presentation Value' containment reference.- See Also:
-