Package org.jboss.drools
Interface OnExitScriptType
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
OnExitScriptTypeImpl
public interface OnExitScriptType extends org.eclipse.emf.ecore.EObjectA representation of the model object 'On Exit Script Type'.The following features are supported:
- See Also:
DroolsPackage.getOnExitScriptType()- Generated code
- Model
- extendedMetaData="name='onExit-script_._type' kind='elementOnly'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetScript()Returns the value of the 'Script' attribute.StringgetScriptFormat()Returns the value of the 'Script Format' attribute.voidsetScript(String value)Sets the value of the 'Script' attribute.voidsetScriptFormat(String value)Sets the value of the 'Script Format' attribute.
-
-
-
Method Detail
-
getScript
String getScript()
Returns the value of the 'Script' attribute.If the meaning of the 'Script' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Script' attribute.
- See Also:
setScript(String),DroolsPackage.getOnExitScriptType_Script()- Generated code
- Model
- dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='element' name='script' namespace='##targetNamespace'"
-
setScript
void setScript(String value)
Sets the value of the 'Script' attribute.- Parameters:
value- the new value of the 'Script' attribute.- See Also:
getScript()- Generated code
-
getScriptFormat
String getScriptFormat()
Returns the value of the 'Script Format' attribute.If the meaning of the 'Script Format' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Script Format' attribute.
- See Also:
setScriptFormat(String),DroolsPackage.getOnExitScriptType_ScriptFormat()- Generated code
- Model
- dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='attribute' name='scriptFormat'"
-
setScriptFormat
void setScriptFormat(String value)
Sets the value of the 'Script Format' attribute.- Parameters:
value- the new value of the 'Script Format' attribute.- See Also:
getScriptFormat()- Generated code
-
-