Uses of Class
com.google.visualization.datasource.datatable.value.BooleanValue

Packages that use BooleanValue
com.google.visualization.datasource.datatable.value   
 

Uses of BooleanValue in com.google.visualization.datasource.datatable.value
 

Fields in com.google.visualization.datasource.datatable.value declared as BooleanValue
static BooleanValue BooleanValue.FALSE
          A single static FALSE value.
static BooleanValue BooleanValue.TRUE
          A single static TRUE value.
 

Methods in com.google.visualization.datasource.datatable.value that return BooleanValue
static BooleanValue BooleanValue.getInstance(java.lang.Boolean value)
          Static method to return a BooleanValue based on a given java boolean.
static BooleanValue BooleanValue.getNullValue()
          Static method to return the null value (same one for all calls)
 



Copyright © 2009 Google. All Rights Reserved.