| Package | com.esri.aws.services |
| Class | public class CustomVariableInfo |
| Property | Defined by | ||
|---|---|---|---|
| database : String
The name of the database with the variable.
| CustomVariableInfo | ||
| fieldDesc : FieldDesc
The description of the field in the variable.
| CustomVariableInfo | ||
| Method | Defined by | ||
|---|---|---|---|
|
toString():String
Returns the variable as "database : fieldDesc".
| CustomVariableInfo | ||
| database | property |
public var database:StringThe name of the database with the variable.
| fieldDesc | property |
public var fieldDesc:FieldDescThe description of the field in the variable.
| toString | () | method |
public function toString():StringReturns the variable as "database : fieldDesc".
ReturnsString |