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.EObjectA representation of the model object 'Data Composition User Fields Variant'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionFiltergetFilter()Returns the value of the 'Filter' containment reference.PresentationgetPresentationValue()Returns the value of the 'Presentation Value' containment reference.ValuegetValue()Returns the value of the 'Value' containment reference.booleanisUse()Returns the value of the 'Use' attribute.voidsetFilter(DataCompositionFilter value)Sets the value of the 'Filter' containment reference.voidsetPresentationValue(Presentation value)Sets the value of the 'Presentation Value' containment reference.voidsetUse(boolean value)Sets the value of the 'Use' attribute.voidsetValue(Value value)Sets the value of the 'Value' containment reference.
 
- 
- 
- 
Method Detail- 
isUseboolean isUse() Returns the value of the 'Use' attribute. The default value is"true".- Returns:
- the value of the 'Use' attribute.
- See Also:
- setUse(boolean),- DcsPackage.getDataCompositionUserFieldsVariant_Use()
 
 - 
setUsevoid setUse(boolean value) Sets the value of the 'Use' attribute.- Parameters:
- value- the new value of the 'Use' attribute.
- See Also:
- isUse()
 
 - 
getFilterDataCompositionFilter getFilter() Returns the value of the 'Filter' containment reference.- Returns:
- the value of the 'Filter' containment reference.
- See Also:
- setFilter(DataCompositionFilter),- DcsPackage.getDataCompositionUserFieldsVariant_Filter()
 
 - 
setFiltervoid setFilter(DataCompositionFilter value) Sets the value of the 'Filter' containment reference.- Parameters:
- value- the new value of the 'Filter' containment reference.
- See Also:
- getFilter()
 
 - 
getValueValue getValue() Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
- setValue(Value),- DcsPackage.getDataCompositionUserFieldsVariant_Value()
 
 - 
setValuevoid setValue(Value value) Sets the value of the 'Value' containment reference.- Parameters:
- value- the new value of the 'Value' containment reference.
- See Also:
- getValue()
 
 - 
getPresentationValuePresentation getPresentationValue() Returns the value of the 'Presentation Value' containment reference.- Returns:
- the value of the 'Presentation Value' containment reference.
- See Also:
- setPresentationValue(Presentation),- DcsPackage.getDataCompositionUserFieldsVariant_PresentationValue()
 
 - 
setPresentationValuevoid setPresentationValue(Presentation value) Sets the value of the 'Presentation Value' containment reference.- Parameters:
- value- the new value of the 'Presentation Value' containment reference.
- See Also:
- getPresentationValue()
 
 
- 
 
-