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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AvailableSettingsSourceBehaviour
getBehaviour()
Returns the value of the 'Behaviour' attribute.Value
getSourceID()
Returns the value of the 'Source ID' containment reference.void
setBehaviour(AvailableSettingsSourceBehaviour value)
Sets the value of the 'Behaviour
' attribute.void
setSourceID(Value value)
Sets the value of the 'Source ID
' containment reference.
-
-
-
Method Detail
-
getSourceID
Value getSourceID()
Returns the value of the 'Source ID' containment reference.- Returns:
- the value of the 'Source ID' containment reference.
- See Also:
setSourceID(Value)
,DcsPackage.getDataCompositionAvailableSettingsSource_SourceID()
-
setSourceID
void setSourceID(Value value)
Sets the value of the 'Source ID
' containment reference.- Parameters:
value
- the new value of the 'Source ID' containment reference.- See Also:
getSourceID()
-
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:
AvailableSettingsSourceBehaviour
,setBehaviour(AvailableSettingsSourceBehaviour)
,DcsPackage.getDataCompositionAvailableSettingsSource_Behaviour()
-
setBehaviour
void setBehaviour(AvailableSettingsSourceBehaviour value)
Sets the value of the 'Behaviour
' attribute.- Parameters:
value
- the new value of the 'Behaviour' attribute.- See Also:
AvailableSettingsSourceBehaviour
,getBehaviour()
-
-