- All Superinterfaces:
ScalarSettable,ScalarTyped,TokenSettable,TokenTyped
- All Known Subinterfaces:
BooleanOutputField
- All Known Implementing Classes:
BooleanRegister
A
TokenSettable object containing a boolean value.- See Also:
-
TokenTypeConstant#BOOLEAN
-
Method Summary
Modifier and TypeMethodDescriptionvoidset(boolean value) Sets the container to the given boolean value.Methods inherited from interface com.pervasive.datarush.types.ScalarTyped
getTypeMethods inherited from interface com.pervasive.datarush.tokens.TokenSettable
set, setNull, setZero
-
Method Details
-
set
void set(boolean value) Sets the container to the given boolean value.- Parameters:
value- boolean value to which to set the container
-