public class Script extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
language |
protected String |
script |
| Constructor and Description |
|---|
Script() |
Script(String language,
String script) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguage() |
String |
getScript() |
void |
setLanguage(String language) |
void |
setScript(String script) |
Copyright © 2020 Flowable. All rights reserved.