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:
  • Constructor Details

    • BytesValueImpl

      public BytesValueImpl(byte[] value)
    • BytesValueImpl

      public BytesValueImpl(byte[] value, boolean isTransient)