Packagecom.esri.bacore.client
Classpublic class BAResultType
InheritanceBAResultType Inheritance BaseEnum Inheritance Object

The BAResultType class provides an enumeration of common result types parsed by Community Analyst Clients. More result types can be specified in inheriting enumeration classes.



Public Properties
 PropertyDefined By
 Inheritedvalue : String
[read-only] Value of the enumeration item.
BaseEnum
Public Methods
 MethodDefined By
 Inherited
toString():String
Gets the value of the enumeration item.
BaseEnum
Public Constants
 ConstantDefined By
  ARRAY_OF_STRING : BAResultType
[static] Array Of String type.
BAResultType
  BOOLEAN : BAResultType
[static] Boolean type.
BAResultType
  ID_NAME_PAIRS : BAResultType
[static] Array of IDNamePair type.
BAResultType
  REPORT_TEMPLATE_INFOS : BAResultType
[static] Array of ReportTemplateInfo type.
BAResultType
  SPECIAL : BAResultType
[static] Special type (the result is processed inside a result handler of a calling task).
BAResultType
  STD_GEOGRAPHIES_FEATURES : BAResultType
[static] Array of StdGeographiesFeature type.
BAResultType
  STRING : BAResultType
[static] String type.
BAResultType
  SUMMARIZATION_INFOS : BAResultType
[static] Array of SummarizationInfo type.
BAResultType
  TASK_RESULT_OUTPUT : BAResultType
[static] TaskResultOutput type.
BAResultType
Constant Detail
ARRAY_OF_STRINGConstant
public static const ARRAY_OF_STRING:BAResultType

Array Of String type.

BOOLEANConstant 
public static const BOOLEAN:BAResultType

Boolean type.

ID_NAME_PAIRSConstant 
public static const ID_NAME_PAIRS:BAResultType

Array of IDNamePair type.

REPORT_TEMPLATE_INFOSConstant 
public static const REPORT_TEMPLATE_INFOS:BAResultType

Array of ReportTemplateInfo type.

SPECIALConstant 
public static const SPECIAL:BAResultType

Special type (the result is processed inside a result handler of a calling task).

STD_GEOGRAPHIES_FEATURESConstant 
public static const STD_GEOGRAPHIES_FEATURES:BAResultType

Array of StdGeographiesFeature type.

STRINGConstant 
public static const STRING:BAResultType

String type.

SUMMARIZATION_INFOSConstant 
public static const SUMMARIZATION_INFOS:BAResultType

Array of SummarizationInfo type.

TASK_RESULT_OUTPUTConstant 
public static const TASK_RESULT_OUTPUT:BAResultType

TaskResultOutput type.