Uses of Class
com.google.visualization.datasource.base.OutputType

Packages that use OutputType
com.google.visualization.datasource.base   
 

Uses of OutputType in com.google.visualization.datasource.base
 

Methods in com.google.visualization.datasource.base that return OutputType
static OutputType OutputType.defaultValue()
          Returns the default OutputType.
static OutputType OutputType.findByCode(java.lang.String code)
          Finds the OutputType that matches the given code.
 OutputType DataSourceParameters.getOutputType()
          Returns the output type.
static OutputType OutputType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OutputType[] OutputType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.visualization.datasource.base with parameters of type OutputType
 void DataSourceParameters.setOutputType(OutputType outputType)
          Sets the output type.
 



Copyright © 2009 Google. All Rights Reserved.