org.camunda.bpm.engine.impl.core.variable.value
Class UntypedValueImpl
java.lang.Object
org.camunda.bpm.engine.impl.core.variable.value.UntypedValueImpl
- All Implemented Interfaces:
- Serializable, TypedValue
public class UntypedValueImpl
- extends Object
- implements TypedValue
Used when the type of an object has not been specified by the user and
needs to be autodetected.
- Author:
- Daniel Meyer
- See Also:
- Serialized Form
value
protected Object value
UntypedValueImpl
public UntypedValueImpl(Object object)
getValue
public Object getValue()
- Description copied from interface:
TypedValue
- The actual value. May be null in case the value is null.
- Specified by:
getValue in interface TypedValue
- Returns:
- the value
getType
public ValueType getType()
- Description copied from interface:
TypedValue
- The type of the value. See ValueType for a list of built-in ValueTypes.
- Specified by:
getType in interface TypedValue
- Returns:
- the type of the value.
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2015 camunda services GmbH. All rights reserved.