Class UntypedValueImpl
java.lang.Object
org.camunda.bpm.engine.variable.impl.value.UntypedValueImpl
- All Implemented Interfaces:
Serializable
,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:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionUntypedValueImpl
(Object object) UntypedValueImpl
(Object object, boolean isTransient) -
Method Summary
-
Field Details
-
value
-
isTransient
protected boolean isTransient
-
-
Constructor Details
-
UntypedValueImpl
-
UntypedValueImpl
-
-
Method Details
-
getValue
Description copied from interface:TypedValue
The actual value. May be null in case the value is null.- Specified by:
getValue
in interfaceTypedValue
- Returns:
- the value
-
getType
Description copied from interface:TypedValue
The type of the value. See ValueType for a list of built-in ValueTypes.- Specified by:
getType
in interfaceTypedValue
- Returns:
- the type of the value.
-
toString
-
hashCode
public int hashCode() -
equals
-
isTransient
public boolean isTransient()Description copied from interface:TypedValue
Indicator for transience of the value- Specified by:
isTransient
in interfaceTypedValue
- Returns:
- isTransient
-
setTransient
public void setTransient(boolean isTransient)
-