| Package | com.esri.bacore.client |
| Class | public class BAUtilityParameters |
| Implements | IBATaskParameters |
| Subclasses | ReturnStdGeographyParameters, StdGeographiesByAttributesParameters, StdGeographiesFromExtentParameters |
| Property | Defined by | ||
|---|---|---|---|
| resultType : BAResultType
[read-only]
Type of a result returned by the task associated with these parameters.
| BAUtilityParameters | ||
| taskName : String [read-only]
Name of a Business Analyst task associated with these parameters.
| BAUtilityParameters | ||
| Method | Defined by | ||
|---|---|---|---|
|
BAUtilityParameters(taskName:String, resultType:BAResultType, stringParameters:Object = null)
Creates a new instance of the BAUtilityParameters class.
| BAUtilityParameters | ||
| resultType | property |
resultType:BAResultType [read-only]Type of a result returned by the task associated with these parameters.
Implementation public function get resultType():BAResultType
| taskName | property |
taskName:String [read-only]Name of a Business Analyst task associated with these parameters.
Implementation public function get taskName():String
| BAUtilityParameters | () | constructor |
public function BAUtilityParameters(taskName:String, resultType:BAResultType, stringParameters:Object = null)Creates a new instance of the BAUtilityParameters class.
ParameterstaskName:String — Task name.
|
|
resultType:BAResultType — Task result type.
|
|
stringParameters:Object (default = null) — Additional string parameters of task.
|