Uses of Interface
com.speedment.common.codegen.model.value.BooleanValue
-
Packages that use BooleanValue Package Description com.speedment.common.codegen.model Models for typical object-oriented language building blocks are located in this package. -
-
Uses of BooleanValue in com.speedment.common.codegen.model
Methods in com.speedment.common.codegen.model that return BooleanValue Modifier and Type Method Description static BooleanValueValue. ofBoolean(Boolean val)Returns a newBooleanValuewith the specified value.
-