Package org.jbpm.bpmn2.core
Class Expression
- java.lang.Object
-
- org.jbpm.bpmn2.core.Expression
-
- All Implemented Interfaces:
Serializable
public class Expression extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Expression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetLang()StringgetOutcomeType()StringgetScript()voidsetId(String id)voidsetLang(String lang)voidsetOutcomeType(String outcomeType)voidsetScript(String script)
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getLang
public String getLang()
-
setLang
public void setLang(String lang)
-
getScript
public String getScript()
-
setScript
public void setScript(String script)
-
getOutcomeType
public String getOutcomeType()
-
setOutcomeType
public void setOutcomeType(String outcomeType)
-
-