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 Summary
All 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
-
getValue
Value getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(Value),DcsPackage.getDataCompositionAreaTemplateField_Value()
-
setValue
void setValue(Value value)
Sets the value of the 'Value' containment reference.- Parameters:
value- the new value of the 'Value' containment reference.- See Also:
getValue()
-
getAppearance
DataCompositionAreaTemplateFieldAppearance getAppearance()
Returns the value of the 'Appearance' containment reference.- Returns:
- the value of the 'Appearance' containment reference.
- See Also:
setAppearance(DataCompositionAreaTemplateFieldAppearance),DcsPackage.getDataCompositionAreaTemplateField_Appearance()
-
setAppearance
void setAppearance(DataCompositionAreaTemplateFieldAppearance value)
Sets the value of the 'Appearance' containment reference.- Parameters:
value- the new value of the 'Appearance' containment reference.- See Also:
getAppearance()
-
-