public interface ScriptModule
The following features are supported:
DetailViewPackage.getScriptModule()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Returns the value of the 'Code' attribute.
|
java.lang.String |
getCodeUri()
Returns the value of the 'Code Uri' attribute.
|
java.lang.String |
getScriptLanguage()
Returns the value of the 'Script Language' attribute.
|
void |
setCode(java.lang.String value)
Sets the value of the '
Code' attribute. |
void |
setCodeUri(java.lang.String value)
Sets the value of the '
Code Uri' attribute. |
void |
setScriptLanguage(java.lang.String value)
Sets the value of the '
Script Language' attribute. |
java.lang.String getScriptLanguage()
If the meaning of the 'Script Language' attribute isn't clear, there really should be more of a description here...
The language of the script module. Default is "JavaScript".setScriptLanguage(String),
DetailViewPackage.getScriptModule_ScriptLanguage()void setScriptLanguage(java.lang.String value)
Script Language' attribute.
value - the new value of the 'Script Language' attribute.getScriptLanguage()java.lang.String getCode()
If the meaning of the 'Code' attribute isn't clear, there really should be more of a description here...
The script code to execute.setCode(String),
DetailViewPackage.getScriptModule_Code()void setCode(java.lang.String value)
Code' attribute.
value - the new value of the 'Code' attribute.getCode()java.lang.String getCodeUri()
If the meaning of the 'Code Uri' attribute isn't clear, there really should be more of a description here...
The URL which points to a resource that will be executed as script.setCodeUri(String),
DetailViewPackage.getScriptModule_CodeUri()void setCodeUri(java.lang.String value)
Code Uri' attribute.
value - the new value of the 'Code Uri' attribute.getCodeUri()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0