Package | com.esri.bacore |
Class | public class BaseEnum |
Inheritance | BaseEnum ![]() |
Subclasses | AttributesFilterResult, BAResultType, BAValueType, BenchmarkOptions, BenchmarkSortOptions, DriveTimeUnits, ImageFormat, MessageType, SpatialRelEnum, TMClassificationType, TMValueState, TMValueType, ValueDescriptionStyle |
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.
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.
|