Class ProcessVariableValue
- java.lang.Object
-
- org.activiti.api.runtime.model.impl.ProcessVariableValue
-
- All Implemented Interfaces:
Serializable
public class ProcessVariableValue extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProcessVariableValue.BuilderBuilder to buildProcessVariableValue.static interfaceProcessVariableValue.IBuildStageDefinition of a stage for staged builder.static interfaceProcessVariableValue.ITypeStageDefinition of a stage for staged builder.static interfaceProcessVariableValue.IValueStageDefinition of a stage for staged builder.
-
Constructor Summary
Constructors Constructor Description ProcessVariableValue(String type, String value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProcessVariableValue.ITypeStagebuilder()Creates builder to buildProcessVariableValue.booleanequals(Object obj)StringgetType()StringgetValue()inthashCode()StringtoJson()Map<String,String>toMap()StringtoString()
-
-
-
Method Detail
-
getType
public String getType()
-
getValue
public String getValue()
-
toJson
public String toJson()
-
builder
public static ProcessVariableValue.ITypeStage builder()
Creates builder to buildProcessVariableValue.- Returns:
- created builder
-
-