public interface OnEntryScriptType
extends org.eclipse.emf.ecore.EObject
The following features are supported:
DroolsPackage.getOnEntryScriptType()
Modifier and Type | Method and Description |
---|---|
String |
getScript()
Returns the value of the 'Script' attribute
|
String |
getScriptFormat()
Returns the value of the 'Script Format' attribute
|
void |
setScript(String value)
Sets the value of the '
Script ' attribute |
void |
setScriptFormat(String value)
Sets the value of the '
Script Format ' attribute |
String getScript()
If the meaning of the 'Script' attribute isn't clear, there really should be more of a description here...
setScript(String)
,
DroolsPackage.getOnEntryScriptType_Script()
void setScript(String value)
Script
' attribute.
value
- the new value of the 'Script' attribute.getScript()
String getScriptFormat()
If the meaning of the 'Script Format' attribute isn't clear, there really should be more of a description here...
setScriptFormat(String)
,
DroolsPackage.getOnEntryScriptType_ScriptFormat()
void setScriptFormat(String value)
Script Format
' attribute.
value
- the new value of the 'Script Format' attribute.getScriptFormat()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.