Uses of Class
com.pervasive.datarush.tokens.scalar.BooleanToken
Packages that use BooleanToken
Package
Description
Provides implementations of and utilities for scalar valued
tokens.
-
Uses of BooleanToken in com.pervasive.datarush.tokens.scalar
Fields in com.pervasive.datarush.tokens.scalar declared as BooleanTokenModifier and TypeFieldDescriptionstatic final BooleanTokenBooleanToken.FALSEABooleanTokenwith a value offalsestatic final BooleanTokenBooleanToken.NULLA null valuedBooleanTokenstatic final BooleanTokenBooleanToken.TRUEABooleanTokenwith a value oftruestatic final BooleanTokenBooleanToken.ZEROA zero valuedBooleanTokenMethods in com.pervasive.datarush.tokens.scalar that return BooleanTokenModifier and TypeMethodDescriptionstatic BooleanTokenBooleanToken.getToken(boolean value) Returns a token with the given non-null value boolean value.static BooleanTokenBooleanToken.getToken(BooleanValued value) Returns a token with the boolean value in the given container.static BooleanTokenConverts a string representation of a boolean value into a token.Methods in com.pervasive.datarush.tokens.scalar with parameters of type BooleanToken