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
Modifier and TypeMethodDescriptiongetField()Returns the value of the 'Field' containment reference.booleanisUse()Returns the value of the 'Use' attribute.voidsetField(DataCompositionField value) Sets the value of the 'Field' containment reference.voidsetUse(boolean value) Sets the value of the 'Use' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods 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:
-
getField
DataCompositionField getField()Returns the value of the 'Field' containment reference.- Returns:
- the value of the 'Field' containment reference.
- See Also:
-
setField
Sets the value of the 'Field' containment reference.- Parameters:
value- the new value of the 'Field' containment reference.- See Also:
-