Packagecom.esri.bacore.thematicmapping
Classpublic final class ValueDescriptionStyle
InheritanceValueDescriptionStyle Inheritance BaseEnum Inheritance Object

The ValueDescriptionStyle class provides an enumeration of thematic value description methods.



Public Properties
 PropertyDefined By
  items : Array
[static] [read-only] Array of all items of this enumeration.
ValueDescriptionStyle
 Inheritedvalue : String
[read-only] Value of the enumeration item.
BaseEnum
Public Methods
 MethodDefined By
  
toEnumItem(value:String, defaultItem:ValueDescriptionStyle = null):ValueDescriptionStyle
[static] Converts a string value to the enumeration item.
ValueDescriptionStyle
 Inherited
toString():String
Gets the value of the enumeration item.
BaseEnum
Public Constants
 ConstantDefined By
  LONG : ValueDescriptionStyle
[static] Long description (thematic value, feature ID, feature name, and other description fields).
ValueDescriptionStyle
  NONE : ValueDescriptionStyle
[static] Empty description.
ValueDescriptionStyle
  SHORT : ValueDescriptionStyle
[static] Short description (thematic value, feature ID, and feature name).
ValueDescriptionStyle
  SIMPLE : ValueDescriptionStyle
[static] Simple description (thematic value only).
ValueDescriptionStyle
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:ValueDescriptionStyle = null):ValueDescriptionStyle

Converts a string value to the enumeration item.

Parameters

value:String — String value of the enumeration.
 
defaultItem:ValueDescriptionStyle (default = null) — A enumeration value to be used if the value does not recognized.

Returns
ValueDescriptionStyle — A enumeration item or the default item.
Constant Detail
LONGConstant
public static const LONG:ValueDescriptionStyle

Long description (thematic value, feature ID, feature name, and other description fields).

NONEConstant 
public static const NONE:ValueDescriptionStyle

Empty description.

SHORTConstant 
public static const SHORT:ValueDescriptionStyle

Short description (thematic value, feature ID, and feature name).

SIMPLEConstant 
public static const SIMPLE:ValueDescriptionStyle

Simple description (thematic value only).