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.EObjectA 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 AvailableSettingsSourceBehaviourgetBehaviour()Returns the value of the 'Behaviour' attribute.ValuegetSourceID()Returns the value of the 'Source ID' containment reference.voidsetBehaviour(AvailableSettingsSourceBehaviour value)Sets the value of the 'Behaviour' attribute.voidsetSourceID(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()
-
-