Packagecom.esri.baserver
Classpublic final class FolderType
InheritanceFolderType Inheritance BaseEnum Inheritance Object

The FolderType class provides an enumeration of Community Analyst repository folder types.

See also

FolderItem
CreateRecordSetByAddressesParameters


Public Properties
 PropertyDefined By
  items : Array
[static] [read-only] Gets all enumeration items.
FolderType
 Inheritedvalue : String
[read-only] Value of the enumeration item.
BaseEnum
Public Methods
 MethodDefined By
  
FolderType(value:String)
FolderType
  
toEnumItem(value:String, defaultItem:FolderType = null):FolderType
[static] Converts a string value to the enumeration item.
FolderType
 Inherited
toString():String
Gets the value of the enumeration item.
BaseEnum
Public Constants
 ConstantDefined By
  ANALYSES : FolderType
[static] Analyses folder type.
FolderType
  COMPETITOR_LAYERS : FolderType
[static] Competitor Layers folder type (this is currently not used).
FolderType
  CUSTOM_DATA : FolderType
[static] Custom Data folder type.
FolderType
  CUSTOMER_LAYERS : FolderType
[static] Customers Layers folder type.
FolderType
  MODEL_CALIBRATIONS : FolderType
[static] Models Calibrations folder type (this is currently not used).
FolderType
  MODELING_RESULTS : FolderType
[static] Modeling Results folder type (this is currently not used).
FolderType
  PROJECT_SUBSETS : FolderType
[static] Project Subsets folder type (this is currently not used).
FolderType
  REPORTS : FolderType
[static] Reports folder type.
FolderType
  SEGMENTATION_ANALYSES : FolderType
[static] Segmentation Analyses folder type (this is currently not used).
FolderType
  SEGMENTATION_PROFILES : FolderType
[static] Segmentation Profiles folder type.
FolderType
  SEGMENTATION_STUDIES : FolderType
[static] Segmentation Studies folder type.
FolderType
  SEGMENTATION_TARGET_GROUPS : FolderType
[static] Segmentation Target Groups folder type.
FolderType
  STORE_LAYERS : FolderType
[static] Store Layers folder type.
FolderType
  STUDY_AREAS : FolderType
[static] Study Areas folder type (this is currently not used).
FolderType
  TRADE_AREAS : FolderType
[static] Trade Areas folder type.
FolderType
Property Detail
itemsproperty
items:Array  [read-only]

Gets all enumeration items.


Implementation
    public static function get items():Array
Constructor Detail
FolderType()Constructor
public function FolderType(value:String)



Parameters
value:String
Method Detail
toEnumItem()method
public static function toEnumItem(value:String, defaultItem:FolderType = null):FolderType

Converts a string value to the enumeration item.

Parameters

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

Returns
FolderType — An enumeration item or the default item.
Constant Detail
ANALYSESConstant
public static const ANALYSES:FolderType

Analyses folder type.

COMPETITOR_LAYERSConstant 
public static const COMPETITOR_LAYERS:FolderType

Competitor Layers folder type (this is currently not used).

CUSTOM_DATAConstant 
public static const CUSTOM_DATA:FolderType

Custom Data folder type.

CUSTOMER_LAYERSConstant 
public static const CUSTOMER_LAYERS:FolderType

Customers Layers folder type.

MODEL_CALIBRATIONSConstant 
public static const MODEL_CALIBRATIONS:FolderType

Models Calibrations folder type (this is currently not used).

MODELING_RESULTSConstant 
public static const MODELING_RESULTS:FolderType

Modeling Results folder type (this is currently not used).

PROJECT_SUBSETSConstant 
public static const PROJECT_SUBSETS:FolderType

Project Subsets folder type (this is currently not used).

REPORTSConstant 
public static const REPORTS:FolderType

Reports folder type.

SEGMENTATION_ANALYSESConstant 
public static const SEGMENTATION_ANALYSES:FolderType

Segmentation Analyses folder type (this is currently not used).

SEGMENTATION_PROFILESConstant 
public static const SEGMENTATION_PROFILES:FolderType

Segmentation Profiles folder type.

SEGMENTATION_STUDIESConstant 
public static const SEGMENTATION_STUDIES:FolderType

Segmentation Studies folder type.

SEGMENTATION_TARGET_GROUPSConstant 
public static const SEGMENTATION_TARGET_GROUPS:FolderType

Segmentation Target Groups folder type.

STORE_LAYERSConstant 
public static const STORE_LAYERS:FolderType

Store Layers folder type.

STUDY_AREASConstant 
public static const STUDY_AREAS:FolderType

Study Areas folder type (this is currently not used).

TRADE_AREASConstant 
public static const TRADE_AREAS:FolderType

Trade Areas folder type.