Interface BooleanValue
- 
- All Superinterfaces:
- PrimitiveValue<java.lang.Boolean>,- java.io.Serializable,- TypedValue
 - All Known Implementing Classes:
- PrimitiveTypeValueImpl.BooleanValueImpl
 
 public interface BooleanValue extends PrimitiveValue<java.lang.Boolean> A PrimitiveValuecorresponding to the Java typeBoolean.- Since:
- 7.2
- Author:
- Daniel Meyer
 
- 
- 
Method Summary- 
Methods inherited from interface org.camunda.bpm.engine.variable.value.PrimitiveValuegetType, getValue
 - 
Methods inherited from interface org.camunda.bpm.engine.variable.value.TypedValueisTransient
 
- 
 
-