Interface SettingsParameterValue
-
- All Superinterfaces:
DataCompositionParameterValue
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SettingsParameterValueImpl
public interface SettingsParameterValue extends DataCompositionParameterValue
A representation of the model object 'Settings Parameter Value'.The following features are supported:
- See Also:
DcsPackage.getSettingsParameterValue()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getUserSettingID()
Returns the value of the 'User Setting ID' attribute.Presentation
getUserSettingPresentation()
Returns the value of the 'User Setting Presentation' containment reference.DataCompositionSettingsItemViewMode
getViewMode()
Returns the value of the 'View Mode' attribute.void
setUserSettingID(String value)
Sets the value of the 'User Setting ID
' attribute.void
setUserSettingPresentation(Presentation value)
Sets the value of the 'User Setting Presentation
' containment reference.void
setViewMode(DataCompositionSettingsItemViewMode value)
Sets the value of the 'View Mode
' attribute.-
Methods inherited from interface com._1c.g5.v8.dt.dcs.model.core.DataCompositionParameterValue
getNestedParameterValues, getParameter, getValues, isUse, setParameter, setUse
-
-
-
-
Method Detail
-
getViewMode
DataCompositionSettingsItemViewMode getViewMode()
Returns the value of the 'View Mode' attribute. The default value is"QuickAccess"
. The literals are from the enumerationDataCompositionSettingsItemViewMode
.- Returns:
- the value of the 'View Mode' attribute.
- See Also:
DataCompositionSettingsItemViewMode
,setViewMode(DataCompositionSettingsItemViewMode)
,DcsPackage.getSettingsParameterValue_ViewMode()
-
setViewMode
void setViewMode(DataCompositionSettingsItemViewMode value)
Sets the value of the 'View Mode
' attribute.- Parameters:
value
- the new value of the 'View Mode' attribute.- See Also:
DataCompositionSettingsItemViewMode
,getViewMode()
-
getUserSettingID
String getUserSettingID()
Returns the value of the 'User Setting ID' attribute.- Returns:
- the value of the 'User Setting ID' attribute.
- See Also:
setUserSettingID(String)
,DcsPackage.getSettingsParameterValue_UserSettingID()
-
setUserSettingID
void setUserSettingID(String value)
Sets the value of the 'User Setting ID
' attribute.- Parameters:
value
- the new value of the 'User Setting ID' attribute.- See Also:
getUserSettingID()
-
getUserSettingPresentation
Presentation getUserSettingPresentation()
Returns the value of the 'User Setting Presentation' containment reference.- Returns:
- the value of the 'User Setting Presentation' containment reference.
- See Also:
setUserSettingPresentation(Presentation)
,DcsPackage.getSettingsParameterValue_UserSettingPresentation()
-
setUserSettingPresentation
void setUserSettingPresentation(Presentation value)
Sets the value of the 'User Setting Presentation
' containment reference.- Parameters:
value
- the new value of the 'User Setting Presentation' containment reference.- See Also:
getUserSettingPresentation()
-
-