Interface DataCompositionAvailableSettingsSource
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionAvailableSettingsSourceImpl
public interface DataCompositionAvailableSettingsSource
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Data Composition Available Settings Source'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Behaviour' attribute.Returns the value of the 'Source ID' containment reference.void
Sets the value of the 'Behaviour
' attribute.void
setSourceID
(Value value) Sets the value of the 'Source ID
' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getSourceID
Value getSourceID()Returns the value of the 'Source ID' containment reference.- Returns:
- the value of the 'Source ID' containment reference.
- See Also:
-
setSourceID
Sets the value of the 'Source ID
' containment reference.- Parameters:
value
- the new value of the 'Source ID' containment reference.- See Also:
-
getBehaviour
AvailableSettingsSourceBehaviour getBehaviour()Returns the value of the 'Behaviour' attribute. The literals are from the enumerationAvailableSettingsSourceBehaviour
.- Returns:
- the value of the 'Behaviour' attribute.
- See Also:
-
setBehaviour
Sets the value of the 'Behaviour
' attribute.- Parameters:
value
- the new value of the 'Behaviour' attribute.- See Also:
-