org.camunda.bpm.engine.impl.core.variable.value
Class PrimitiveTypeValueImpl<T>
java.lang.Object
org.camunda.bpm.engine.impl.core.variable.value.AbstractTypedValue<T>
org.camunda.bpm.engine.impl.core.variable.value.PrimitiveTypeValueImpl<T>
- All Implemented Interfaces:
- Serializable, PrimitiveValue<T>, TypedValue
- Direct Known Subclasses:
- PrimitiveTypeValueImpl.BooleanValueImpl, PrimitiveTypeValueImpl.BytesValueImpl, PrimitiveTypeValueImpl.DateValueImpl, PrimitiveTypeValueImpl.DoubleValueImpl, PrimitiveTypeValueImpl.IntegerValueImpl, PrimitiveTypeValueImpl.LongValueImpl, PrimitiveTypeValueImpl.NumberValueImpl, PrimitiveTypeValueImpl.ShortValueImpl, PrimitiveTypeValueImpl.StringValueImpl
public class PrimitiveTypeValueImpl<T>
- extends AbstractTypedValue<T>
- implements PrimitiveValue<T>
- Author:
- Daniel Meyer
- See Also:
- Serialized Form
PrimitiveTypeValueImpl
public PrimitiveTypeValueImpl(T value,
PrimitiveValueType type)
getType
public PrimitiveValueType 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 PrimitiveValue<T>- Specified by:
getType in interface TypedValue- Overrides:
getType in class AbstractTypedValue<T>
- Returns:
- the type of the value.
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2015 camunda services GmbH. All rights reserved.