-
- All Superinterfaces:
ScalarSettable,ScalarTyped,TokenSettable,TokenTyped
- All Known Subinterfaces:
BooleanOutputField
- All Known Implementing Classes:
BooleanRegister
public interface BooleanSettable extends ScalarSettable
ATokenSettableobject containing a boolean value.- See Also:
TokenTypeConstant#BOOLEAN
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidset(boolean value)Sets the container to the given boolean value.-
Methods inherited from interface com.pervasive.datarush.types.ScalarTyped
getType
-
Methods inherited from interface com.pervasive.datarush.tokens.TokenSettable
set, setNull, setZero
-
-