-
- All Superinterfaces:
ScalarTyped
,ScalarValued
,TokenTyped
,TokenValued
- All Known Subinterfaces:
BooleanInputField
,BooleanValuedIterator
- All Known Implementing Classes:
BooleanRegister
,BooleanToken
,NullToken
public interface BooleanValued extends ScalarValued
ATokenValued
object containing a boolean value.- See Also:
TokenTypeConstant#BOOLEAN
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
asBoolean()
Gets the contained boolean value.-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.ScalarValued
getType, isZero
-
Methods inherited from interface com.pervasive.datarush.tokens.TokenValued
isNull
-
-
-
-
Method Detail
-
asBoolean
boolean asBoolean()
Gets the contained boolean value.- Returns:
- the contained value as a
boolean
. If null valued, as indicated byTokenValued.isNull()
,false
is returned.
-
-