Class TypedValueField
- java.lang.Object
-
- org.camunda.bpm.client.variable.impl.TypedValueField
-
public class TypedValueField extends Object
- Author:
- Tassilo Weidner
-
-
Constructor Summary
Constructors Constructor Description TypedValueField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()ObjectgetValue()Map<String,Object>getValueInfo()voidsetType(String type)voidsetValue(Object value)voidsetValueInfo(Map<String,Object> valueInfo)StringtoString()
-