|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use BooleanType | |
| com.davisor.data | This package defines a powerful parametrized data integration framework for exchanging information between different Java data objects, strings and SQL databases. |
| Uses of BooleanType in com.davisor.data |
| Fields in com.davisor.data declared as BooleanType | |
static BooleanType |
BooleanType.DEFAULT
Default boolean type. |
| Constructors in com.davisor.data with parameters of type BooleanType | |
BooleanData(BooleanType type)
Constructs a boolean data object with a given boolean type and default value (false). |
|
BooleanData(BooleanType type,
boolean value)
Constructs a boolean data object with a given boolean type and value. |
|
BooleanData(BooleanType type,
java.lang.Boolean value)
Constructs a boolean data object with a given boolean type and value. |
|
BooleanData(BooleanType type,
java.lang.Number value)
Constructs a boolean data object with a given boolean type and value. |
|
BooleanData(BooleanType type,
java.lang.String stringValue,
java.text.ParsePosition status)
Creates a boolean data value from a string value. |
|
BooleanType(BooleanType bt)
Copy constructor. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||