V - the value type that will be used by the applicationpublic interface NumberValue<V> extends BasicValue<V>, NumberOperand<V>
Defines the interface of a number value.
A NumberValue 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 Number, but a ValueConverter can be used to support
another type in the application interface if required.
getName, getValueConvertergreaterThan, greaterThanOrEq, lessThan, lessThanOrEqCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.