- All Superinterfaces:
ScalarTyped,ScalarValued,TokenTyped,TokenValued
- All Known Subinterfaces:
BooleanInputField,BooleanValuedIterator
- All Known Implementing Classes:
BooleanRegister,BooleanToken,NullToken
A
TokenValued object containing a boolean value.- See Also:
-
TokenTypeConstant#BOOLEAN
-
Method Summary
Methods inherited from interface com.pervasive.datarush.tokens.scalar.ScalarValued
getType, isZeroMethods inherited from interface com.pervasive.datarush.tokens.TokenValued
isNull
-
Method Details
-
asBoolean
boolean asBoolean()Gets the contained boolean value.- Returns:
- the contained value as a
boolean. If null valued, as indicated byTokenValued.isNull(),falseis returned.
-