public interface ScriptVisibility extends Visibility
The following features are supported:
DetailViewPackage.getScriptVisibility()
Modifier and Type | Method and Description |
---|---|
String |
getScript()
Returns the value of the 'Script' attribute.
|
String |
getScriptLanguage()
Returns the value of the 'Script Language' attribute.
|
void |
setScript(String value)
Sets the value of the '
Script ' attribute. |
void |
setScriptLanguage(String value)
Sets the value of the '
Script Language ' attribute. |
String getScript()
If the meaning of the 'Script' attribute isn't clear, there really should be more of a description here...
setScript(String)
,
DetailViewPackage.getScriptVisibility_Script()
void setScript(String value)
Script
' attribute.
value
- the new value of the 'Script' attribute.getScript()
String getScriptLanguage()
setScriptLanguage(String)
,
DetailViewPackage.getScriptVisibility_ScriptLanguage()
void setScriptLanguage(String value)
Script Language
' attribute.
value
- the new value of the 'Script Language' attribute.getScriptLanguage()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.