Packagecom.esri.bacore.thematicmapping
Classpublic final class TMValueState
InheritanceTMValueState Inheritance BaseEnum Inheritance Object

Enumeration of thematic value evaluation states.



Public Properties
 PropertyDefined By
  items : Array
[static] [read-only] Array of all items of this enumeration.
TMValueState
 Inheritedvalue : String
[read-only] Value of the enumeration item.
BaseEnum
Public Methods
 MethodDefined By
  
toEnumItem(value:String, defaultItem:TMValueState = null):TMValueState
[static] Converts a string value to the enumeration item.
TMValueState
 Inherited
toString():String
Gets the value of the enumeration item.
BaseEnum
Public Constants
 ConstantDefined 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
Property Detail
itemsproperty
items:Array  [read-only]

Array of all items of this enumeration.


Implementation
    public static function get items():Array
Method Detail
toEnumItem()method
public static function toEnumItem(value:String, defaultItem:TMValueState = null):TMValueState

Converts 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.

Returns
TMValueState — A enumeration item or the default item.
Constant Detail
FAILEDConstant
public static const FAILED:TMValueState

Thematic value is calculated with error.

REMOVEDConstant 
public static const REMOVED:TMValueState

Thematic value is removed.

UPDATEDConstant 
public static const UPDATED:TMValueState

Thematic value is updated.