Packagecom.esri.bacore.domain
Classpublic final class LocationStudySubtype
InheritanceLocationStudySubtype Inheritance BaseEnum Inheritance Object

Since : Community Analyst API for Flex 2.2.

The LocationStudySubtype class provides a enumeration of location study subtypes.



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

Converts a string value to the enumeration item.

Parameters

value:String — String value of the enumeration.
 
defaultItem:LocationStudySubtype (default = null) — An enumeration value to be used if the value is not recognized.

Returns
LocationStudySubtype — An enumeration item or the default item.
Constant Detail
DRIVE_TIMEConstant
public static const DRIVE_TIME:LocationStudySubtype

Drive Time study.

SIMPLE_RINGSConstant 
public static const SIMPLE_RINGS:LocationStudySubtype

Simple Rings study.