@PublicEvolving public class BoolList extends Object implements Token
Boolean in a object.
An object of type BoolList contains the value as a List of primitive type
Boolean. Along with the list of Boolean type, this object also contains
the value that represents the type of this object as TokenType.
In addition, this class provides two methods one to extract the value held by this wrapper object, and the second for extracting the type of the token.
Bool,
ColumnName,
ColumnNameList,
DirectiveName,
Numeric,
NumericList,
Properties,
Ranges,
Expression,
Text,
TextList,
Serialized Form| Constructor and Description |
|---|
BoolList(List<Boolean> values)
Allocates a
List<Boolean> object representing the value argument. |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
toJson()
Returns the members of this
BoolList object as a JsonElement. |
TokenType |
type()
Returns the type of this
BoolList object as a TokenType
enum. |
List<Boolean> |
value()
Returns the value of this
BoolList object as a list of boolean
primitive. |
Copyright © 2020 CDAP Licensed under the Apache License, Version 2.0.