Interface DataCompositionAreaTemplateField
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier,- TemplateItem
 - All Known Implementing Classes:
- DataCompositionAreaTemplateFieldImpl
 
 public interface DataCompositionAreaTemplateField extends TemplateItem A representation of the model object 'Data Composition Area Template Field'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionAreaTemplateFieldAppearancegetAppearance()Returns the value of the 'Appearance' containment reference.ValuegetValue()Returns the value of the 'Value' containment reference.voidsetAppearance(DataCompositionAreaTemplateFieldAppearance value)Sets the value of the 'Appearance' containment reference.voidsetValue(Value value)Sets the value of the 'Value' containment reference.
 
- 
- 
- 
Method Detail- 
getValueValue getValue() Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
- setValue(Value),- DcsPackage.getDataCompositionAreaTemplateField_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()
 
 - 
getAppearanceDataCompositionAreaTemplateFieldAppearance getAppearance() Returns the value of the 'Appearance' containment reference.- Returns:
- the value of the 'Appearance' containment reference.
- See Also:
- setAppearance(DataCompositionAreaTemplateFieldAppearance),- DcsPackage.getDataCompositionAreaTemplateField_Appearance()
 
 - 
setAppearancevoid setAppearance(DataCompositionAreaTemplateFieldAppearance value) Sets the value of the 'Appearance' containment reference.- Parameters:
- value- the new value of the 'Appearance' containment reference.
- See Also:
- getAppearance()
 
 
- 
 
-