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 TScriptTGlobalScriptTask. scriptprotected TScriptTScriptTask. scriptMethods in org.omg.spec.bpmn.model that return TScript Modifier and Type Method Description TScriptObjectFactory. createTScript()Create an instance ofTScriptTScriptTGlobalScriptTask. getScript()Gets the value of the script property.TScriptTScriptTask. 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)voidTGlobalScriptTask. setScript(TScript value)Sets the value of the script property.voidTScriptTask. setScript(TScript value)Sets the value of the script property. 
 -