Class ProcessVariableMapping
- java.lang.Object
-
- org.activiti.cloud.modeling.api.process.ProcessVariableMapping
-
public class ProcessVariableMapping extends Object
Process variable mapping item
-
-
Constructor Summary
Constructors Constructor Description ProcessVariableMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VariableMappingTypegetType()ObjectgetValue()voidsetType(VariableMappingType type)voidsetValue(Object value)
-
-
-
Method Detail
-
getType
public VariableMappingType getType()
-
setType
public void setType(VariableMappingType type)
-
getValue
public Object getValue()
-
setValue
public void setValue(Object value)
-
-