Packagecom.esri.aws.services
Classpublic class ThematicVariableInfo

Contains requested information about a variable in a Report Web Service database.



Public Properties
 PropertyDefined by
  database : String
The name of the database containing the variable.
ThematicVariableInfo
  shortDesc : String
The short description of the variable.
ThematicVariableInfo
  table : String
The name of the table containing the variable.
ThematicVariableInfo
  variable : String
The name of the variable.
ThematicVariableInfo
Public Methods
 MethodDefined by
  
toString():String
Returns the variable as "database:table - variable shortDesc".
ThematicVariableInfo
Property detail
databaseproperty
public var database:String

The name of the database containing the variable.

shortDescproperty 
public var shortDesc:String

The short description of the variable.

tableproperty 
public var table:String

The name of the table containing the variable.

variableproperty 
public var variable:String

The name of the variable.

Method detail
toString()method
public function toString():String

Returns the variable as "database:table - variable shortDesc".

Returns
String