Class PrimitiveTypeValueImpl.BytesValueImpl
java.lang.Object
org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue<T>
org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl<byte[]>
org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.BytesValueImpl
- All Implemented Interfaces:
Serializable,BytesValue,PrimitiveValue<byte[]>,TypedValue
- Enclosing class:
- PrimitiveTypeValueImpl<T>
public static class PrimitiveTypeValueImpl.BytesValueImpl
extends PrimitiveTypeValueImpl<byte[]>
implements BytesValue
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl
PrimitiveTypeValueImpl.BooleanValueImpl, PrimitiveTypeValueImpl.BytesValueImpl, PrimitiveTypeValueImpl.DateValueImpl, PrimitiveTypeValueImpl.DoubleValueImpl, PrimitiveTypeValueImpl.IntegerValueImpl, PrimitiveTypeValueImpl.LongValueImpl, PrimitiveTypeValueImpl.NumberValueImpl, PrimitiveTypeValueImpl.ShortValueImpl, PrimitiveTypeValueImpl.StringValueImpl -
Field Summary
Fields inherited from class org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue
isTransient, type, value -
Constructor Summary
ConstructorsConstructorDescriptionBytesValueImpl(byte[] value) BytesValueImpl(byte[] value, boolean isTransient) -
Method Summary
Methods inherited from class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl
equals, getType, hashCodeMethods 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
getType, getValueMethods inherited from interface org.camunda.bpm.engine.variable.value.TypedValue
isTransient
-
Constructor Details
-
BytesValueImpl
public BytesValueImpl(byte[] value) -
BytesValueImpl
public BytesValueImpl(byte[] value, boolean isTransient)
-