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

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

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

Methods in com.google.visualization.datasource.base that return StatusType
 StatusType ResponseStatus.getStatusType()
          Returns the response status type.
static StatusType StatusType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StatusType[] StatusType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.google.visualization.datasource.base with parameters of type StatusType
ResponseStatus(StatusType statusType)
           
ResponseStatus(StatusType statusType, ReasonType reasonType, java.lang.String description)
          Constructs a response status object.
 



Copyright © 2009 Google. All Rights Reserved.