-
- All Superinterfaces:
ScalarSettable
,ScalarTyped
,TokenSettable
,TokenTyped
- All Known Subinterfaces:
BooleanOutputField
- All Known Implementing Classes:
BooleanRegister
public interface BooleanSettable extends ScalarSettable
ATokenSettable
object containing a boolean value.- See Also:
TokenTypeConstant#BOOLEAN
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
set(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
-
-