Packagecom.esri.aws.services
Classpublic class CustomVariableInfo

Contains requested information about a variable to use in a custom report.



Public Properties
 PropertyDefined by
  database : String
The name of the database with the variable.
CustomVariableInfo
  fieldDesc : FieldDesc
The description of the field in the variable.
CustomVariableInfo
Public Methods
 MethodDefined by
  
toString():String
Returns the variable as "database : fieldDesc".
CustomVariableInfo
Property detail
databaseproperty
public var database:String

The name of the database with the variable.

fieldDescproperty 
public var fieldDesc:FieldDesc

The description of the field in the variable.

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

Returns the variable as "database : fieldDesc".

Returns
String