V
- the value type that will be used by the applicationpublic interface BooleanValue<V> extends BasicValue<V>, BooleanOperand<V>
Defines the interface of a boolean value.
A BooleanValue
value is both:
a value accessor used to read / write the value in a work object
an operand providing methods to generate predicates for querying against the value
The persisted value must be a Boolean, but a ValueConverter
can be used to support
another type in the application interface if required.
getName, getValueConverter
isFalse, isTrue
Copyright © 2010 - 2017 edorasware ag. All Rights Reserved.