| Package | com.esri.aws.services |
| Class | public class ThematicVariableInfo |
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
toString():String
Returns the variable as "database:table - variable shortDesc".
| ThematicVariableInfo | ||
| database | property |
public var database:StringThe name of the database containing the variable.
| shortDesc | property |
public var shortDesc:StringThe short description of the variable.
| table | property |
public var table:StringThe name of the table containing the variable.
| variable | property |
public var variable:StringThe name of the variable.
| toString | () | method |
public function toString():StringReturns the variable as "database:table - variable shortDesc".
ReturnsString |