public class SingleJavaScriptFile extends Object implements ScriptFragment
| Modifier and Type | Field and Description |
|---|---|
protected ScriptGroup |
group |
protected String |
script |
| Constructor and Description |
|---|
SingleJavaScriptFile() |
| Modifier and Type | Method and Description |
|---|---|
ScriptGroup |
getGroup() |
String |
getScript() |
void |
setGroup(ScriptGroup type) |
void |
setScript(String script) |
protected ScriptGroup group
protected String script
public String getScript()
getScript in interface ScriptFragmentpublic ScriptGroup getGroup()
getGroup in interface ScriptFragmentpublic void setScript(String script)
public void setGroup(ScriptGroup type)
Copyright © 2017 SAP SE. All Rights Reserved.