Packagecom.esri.baserver
Classpublic final class CustomerProspectingAnalysisType
InheritanceCustomerProspectingAnalysisType Inheritance BaseEnum Inheritance Object

The CustomerProspectingAnalysisType class provides an enumeration of methods used in customer prospecting analysis.

See also

CustomerProspectingParameters


Public Properties
 PropertyDefined By
  items : Array
[static] [read-only] Array of all items of this enumeration.
CustomerProspectingAnalysisType
 Inheritedvalue : String
[read-only] Value of the enumeration item.
BaseEnum
Public Methods
 MethodDefined By
  
[static] Converts a string value to the enumeration item.
CustomerProspectingAnalysisType
 Inherited
toString():String
Gets the value of the enumeration item.
BaseEnum
Public Constants
 ConstantDefined By
  CONVENTIONAL : CustomerProspectingAnalysisType
[static] Conventional Analysis.
CustomerProspectingAnalysisType
  PCA : CustomerProspectingAnalysisType
[static] Principal Component Analysis.
CustomerProspectingAnalysisType
Property Detail
itemsproperty
items:Array  [read-only]

Array of all items of this enumeration.


Implementation
    public static function get items():Array
Method Detail
toEnumItem()method
public static function toEnumItem(value:String, defaultItem:CustomerProspectingAnalysisType = null):CustomerProspectingAnalysisType

Converts a string value to the enumeration item.

Parameters

value:String — String value of the enumeration.
 
defaultItem:CustomerProspectingAnalysisType (default = null) — An enumeration value to be used if the value is not recognized.

Returns
CustomerProspectingAnalysisType — An enumeration item or the default item.
Constant Detail
CONVENTIONALConstant
public static const CONVENTIONAL:CustomerProspectingAnalysisType

Conventional Analysis.

PCAConstant 
public static const PCA:CustomerProspectingAnalysisType

Principal Component Analysis.