Packagecom.esri.bacore
Classpublic class BaseEnum
InheritanceBaseEnum Inheritance Object
Subclasses AttributesFilterResult, BAReportSummarizationOptions, BAResultType, BAValueType, BenchmarkOptions, BenchmarkSortOptions, BusinessesSearchMethod, CustomerProfilingFillingType, CustomerProspectingAnalysisType, DecayAreaType, DistanceCalcType, DriveTimeUnits, FindSimilarAnalysisType, FolderType, HullType, ImageFormat, LocationStudySubtype, MessageType, OverlapRemoverCenterMethod, OverlapRemoverOverlapMethod, OverlapRemoverWeightMethod, ReportOrientation, SpatialRelEnum, StdGeographyType, TMClassificationType, TMValueState, TMValueType, ValueDescriptionStyle

The BaseEnum class encapsulates the general enumeration functionality.



Public Properties
 PropertyDefined By
  value : String
[read-only] Value of the enumeration item.
BaseEnum
Public Methods
 MethodDefined By
  
BaseEnum(value:String)
Creates a new enumeration item.
BaseEnum
  
toString():String
Gets the value of the enumeration item.
BaseEnum
Property Detail
valueproperty
value:String  [read-only]

Value of the enumeration item.


Implementation
    public function get value():String
Constructor Detail
BaseEnum()Constructor
public function BaseEnum(value:String)

Creates a new enumeration item.

Parameters
value:String — Value of a new enumeration item.
Method Detail
toString()method
public function toString():String

Gets the value of the enumeration item.

Returns
String — String value of the enumeration item.