Packagecom.esri.bacore.client
Classpublic class BAUtilityParameters
ImplementsIBATaskParameters
SubclassesReturnStdGeographyParameters, StdGeographiesByAttributesParameters, StdGeographiesFromExtentParameters

The BAUtilityParameters class is the base class for parameters of Business Analyst tasks that produce a simple output.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
BAUtilityParameters(taskName:String, resultType:BAResultType, stringParameters:Object = null)
Creates a new instance of the BAUtilityParameters class.
BAUtilityParameters
Property detail
resultTypeproperty
resultType:BAResultType  [read-only]

Type of a result returned by the task associated with these parameters.

Implementation
    public function get resultType():BAResultType
taskNameproperty 
taskName:String  [read-only]

Name of a Business Analyst task associated with these parameters.

Implementation
    public function get taskName():String
Constructor detail
BAUtilityParameters()constructor
public function BAUtilityParameters(taskName:String, resultType:BAResultType, stringParameters:Object = null)

Creates a new instance of the BAUtilityParameters class.

Parameters
taskName:String — Task name.
 
resultType:BAResultType — Task result type.
 
stringParameters:Object (default = null) — Additional string parameters of task.