Package | com.esri.bacore |
Class | public class BaseEnum |
Subclasses | BAResultType, BenchmarkOptions, BenchmarkSortOptions, ClassificationType, DriveTimeUnits, ImageFormat, MessageType, SpatialRelEnum, TMValueType |
Property | Defined by | ||
---|---|---|---|
value : String [read-only]
Value of the enumeration item.
| BaseEnum |
Method | Defined by | ||
---|---|---|---|
BaseEnum(value:String)
Creates a new enumeration item.
| BaseEnum | ||
toString():String
Gets the value of the enumeration item.
| BaseEnum |
value | property |
value:String
[read-only]Value of the enumeration item.
Implementation public function get value():String
BaseEnum | () | constructor |
public function BaseEnum(value:String)
Creates a new enumeration item.
Parametersvalue:String — Value of a new enumeration item.
|
toString | () | method |
public function toString():String
Gets the value of the enumeration item.
ReturnsString — String value of the enumeration item.
|