| Package | Description |
|---|---|
| com.edorasware.api.query |
Work object query support.
|
| com.edorasware.api.query.internal | |
| com.edorasware.api.value |
Work object value access.
|
| com.edorasware.api.value.internal |
| Modifier and Type | Method and Description |
|---|---|
BooleanOperand<Boolean> |
VariableOperand.booleanValue()
Returns an operand to build predicates for the value part of variables.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanOperandImpl<T,U>
Default implementation of the
BooleanOperand interface. |
| Modifier and Type | Method and Description |
|---|---|
BooleanOperand<Boolean> |
VariableOperandImpl.booleanValue() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BooleanValue<V>
Defines the interface of a boolean value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanValueImpl<T> |
| Constructor and Description |
|---|
BooleanValueImpl(String name,
ValueConverter<T,Boolean> valueConverter,
BooleanOperand<T> booleanOperand,
boolean supportsOrderBy) |
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.