Packagecom.esri.bacore
Classpublic class BaseEnum
SubclassesBAResultType, BenchmarkOptions, BenchmarkSortOptions, ClassificationType, DriveTimeUnits, ImageFormat, MessageType, SpatialRelEnum, TMValueType

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.