org.camunda.bpm.engine.variable.value
Interface BooleanValue

All Superinterfaces:
PrimitiveValue<Boolean>, Serializable, TypedValue
All Known Implementing Classes:
PrimitiveTypeValueImpl.BooleanValueImpl

public interface BooleanValue
extends PrimitiveValue<Boolean>

A PrimitiveValue corresponding to the Java type Boolean.

Since:
7.2
Author:
Daniel Meyer

Method Summary
 
Methods inherited from interface org.camunda.bpm.engine.variable.value.PrimitiveValue
getType, getValue
 



Copyright © 2015 camunda services GmbH. All rights reserved.