Class PrimitiveTypeValueImpl<T>
java.lang.Object
org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue<T>
org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl<T>
- All Implemented Interfaces:
Serializable,PrimitiveValue<T>,TypedValue
- Direct Known Subclasses:
JsonValueImpl,PrimitiveTypeValueImpl.BooleanValueImpl,PrimitiveTypeValueImpl.BytesValueImpl,PrimitiveTypeValueImpl.DateValueImpl,PrimitiveTypeValueImpl.DoubleValueImpl,PrimitiveTypeValueImpl.IntegerValueImpl,PrimitiveTypeValueImpl.LongValueImpl,PrimitiveTypeValueImpl.NumberValueImpl,PrimitiveTypeValueImpl.ShortValueImpl,PrimitiveTypeValueImpl.StringValueImpl,XmlValueImpl
- Author:
- Daniel Meyer
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Field Summary
Fields inherited from class org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue
isTransient, type, value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue
getValue, isTransient, setTransient, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.variable.value.PrimitiveValue
getValueMethods inherited from interface org.camunda.bpm.engine.variable.value.TypedValue
isTransient
-
Constructor Details
-
PrimitiveTypeValueImpl
-
-
Method Details
-
getType
Description copied from interface:TypedValueThe type of the value. See ValueType for a list of built-in ValueTypes.- Specified by:
getTypein interfacePrimitiveValue<T>- Specified by:
getTypein interfaceTypedValue- Overrides:
getTypein classAbstractTypedValue<T>- Returns:
- the type of the value.
-
hashCode
public int hashCode() -
equals
-