| Package | com.esri.bacore.thematicmapping |
| Class | public final class TMValueState |
| Inheritance | TMValueState BaseEnum Object |
| Property | Defined By | ||
|---|---|---|---|
| items : Array [static] [read-only]
Array of all items of this enumeration. | TMValueState | ||
![]() | value : String [read-only]
Value of the enumeration item. | BaseEnum | |
| Method | Defined By | ||
|---|---|---|---|
[static]
Converts a string value to the enumeration item. | TMValueState | ||
![]() | toString():String
Gets the value of the enumeration item. | BaseEnum | |
| Constant | Defined By | ||
|---|---|---|---|
| FAILED : TMValueState [static] Thematic value is calculated with error. | TMValueState | ||
| REMOVED : TMValueState [static] Thematic value is removed. | TMValueState | ||
| UPDATED : TMValueState [static] Thematic value is updated. | TMValueState | ||
| items | property |
items:Array [read-only] Array of all items of this enumeration.
public static function get items():Array| toEnumItem | () | method |
public static function toEnumItem(value:String, defaultItem:TMValueState = null):TMValueStateConverts a string value to the enumeration item.
Parameters
value:String — String value of the enumeration.
| |
defaultItem:TMValueState (default = null) — A enumeration value to be used if the value does not recognized.
|
TMValueState — A enumeration item or the default item.
|
| FAILED | Constant |
public static const FAILED:TMValueStateThematic value is calculated with error.
| REMOVED | Constant |
public static const REMOVED:TMValueStateThematic value is removed.
| UPDATED | Constant |
public static const UPDATED:TMValueStateThematic value is updated.