R - the root query bean typepublic class PBoolean<R> extends TQProperty<R>
| Constructor and Description |
|---|
PBoolean(String name,
R root)
Construct with a property name and root instance.
|
PBoolean(String name,
R root,
String prefix)
Construct with additional path prefix.
|
| Modifier and Type | Method and Description |
|---|---|
R |
eq(boolean value)
Is true or false based on the bind value.
|
R |
is(boolean value)
Is true or false based on the bind value.
|
R |
isFalse()
Is false.
|
R |
isTrue()
Is true.
|
public PBoolean(String name, R root)
name - property nameroot - the root query bean instanceCopyright © 2016. All rights reserved.