Interface DataCompositionAppearanceField
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionAppearanceFieldImpl
public interface DataCompositionAppearanceField extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Data Composition Appearance Field'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionField
getField()
Returns the value of the 'Field' containment reference.boolean
isUse()
Returns the value of the 'Use' attribute.void
setField(DataCompositionField value)
Sets the value of the 'Field
' containment reference.void
setUse(boolean value)
Sets the value of the 'Use
' attribute.
-
-
-
Method Detail
-
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(boolean)
,DcsPackage.getDataCompositionAppearanceField_Use()
-
setUse
void setUse(boolean value)
Sets the value of the 'Use
' attribute.- Parameters:
value
- the new value of the 'Use' attribute.- See Also:
isUse()
-
getField
DataCompositionField getField()
Returns the value of the 'Field' containment reference.- Returns:
- the value of the 'Field' containment reference.
- See Also:
setField(DataCompositionField)
,DcsPackage.getDataCompositionAppearanceField_Field()
-
setField
void setField(DataCompositionField value)
Sets the value of the 'Field
' containment reference.- Parameters:
value
- the new value of the 'Field' containment reference.- See Also:
getField()
-
-