Uses of Class
org.omg.spec.bpmn.model.TScript
-
Packages that use TScript Package Description org.omg.spec.bpmn.model -
-
Uses of TScript in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model declared as TScript Modifier and Type Field Description protected TScript
TGlobalScriptTask. script
protected TScript
TScriptTask. script
Methods in org.omg.spec.bpmn.model that return TScript Modifier and Type Method Description TScript
ObjectFactory. createTScript()
Create an instance ofTScript
TScript
TGlobalScriptTask. getScript()
Gets the value of the script property.TScript
TScriptTask. getScript()
Gets the value of the script property.Methods in org.omg.spec.bpmn.model that return types with arguments of type TScript Modifier and Type Method Description javax.xml.bind.JAXBElement<TScript>
ObjectFactory. createScript(TScript value)
Methods in org.omg.spec.bpmn.model with parameters of type TScript Modifier and Type Method Description javax.xml.bind.JAXBElement<TScript>
ObjectFactory. createScript(TScript value)
void
TGlobalScriptTask. setScript(TScript value)
Sets the value of the script property.void
TScriptTask. setScript(TScript value)
Sets the value of the script property.
-