Package com.google.visualization.datasource.datatable.value

Class Summary
BooleanValue A value of type boolean.
DateTimeValue A value of type date-time.
DateValue A value of type date.
NumberValue A value of type number.
TextValue A value of type text (string).
TimeOfDayValue A value of type time-of-day.
Value An abstract value of a single cell in a table.
 

Enum Summary
ValueType Represents a supported value type for a table.
 

Exception Summary
NullValueException Exception that is thrown when there is an attempt to request the value of a cell with a null value.
 



Copyright © 2009 Google. All Rights Reserved.