| Package | com.esri.baserver |
| Class | public final class FolderType |
| Inheritance | FolderType BaseEnum Object |
See also
| Property | Defined By | ||
|---|---|---|---|
| items : Array [static] [read-only]
Gets all enumeration items. | FolderType | ||
![]() | value : String [read-only]
Value of the enumeration item. | BaseEnum | |
| Method | Defined By | ||
|---|---|---|---|
FolderType(value:String) | FolderType | ||
[static]
Converts a string value to the enumeration item. | FolderType | ||
![]() | toString():String
Gets the value of the enumeration item. | BaseEnum | |
| Constant | Defined 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 | ||
| items | property |
items:Array [read-only] Gets all enumeration items.
public static function get items():Array| FolderType | () | Constructor |
public function FolderType(value:String)value:String |
| toEnumItem | () | method |
public static function toEnumItem(value:String, defaultItem:FolderType = null):FolderTypeConverts 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.
|
FolderType — An enumeration item or the default item.
|
| ANALYSES | Constant |
public static const ANALYSES:FolderTypeAnalyses folder type.
| COMPETITOR_LAYERS | Constant |
public static const COMPETITOR_LAYERS:FolderTypeCompetitor Layers folder type (this is currently not used).
| CUSTOM_DATA | Constant |
public static const CUSTOM_DATA:FolderTypeCustom Data folder type.
| CUSTOMER_LAYERS | Constant |
public static const CUSTOMER_LAYERS:FolderTypeCustomers Layers folder type.
| MODEL_CALIBRATIONS | Constant |
public static const MODEL_CALIBRATIONS:FolderTypeModels Calibrations folder type (this is currently not used).
| MODELING_RESULTS | Constant |
public static const MODELING_RESULTS:FolderTypeModeling Results folder type (this is currently not used).
| PROJECT_SUBSETS | Constant |
public static const PROJECT_SUBSETS:FolderTypeProject Subsets folder type (this is currently not used).
| REPORTS | Constant |
public static const REPORTS:FolderTypeReports folder type.
| SEGMENTATION_ANALYSES | Constant |
public static const SEGMENTATION_ANALYSES:FolderTypeSegmentation Analyses folder type (this is currently not used).
| SEGMENTATION_PROFILES | Constant |
public static const SEGMENTATION_PROFILES:FolderTypeSegmentation Profiles folder type.
| SEGMENTATION_STUDIES | Constant |
public static const SEGMENTATION_STUDIES:FolderTypeSegmentation Studies folder type.
| SEGMENTATION_TARGET_GROUPS | Constant |
public static const SEGMENTATION_TARGET_GROUPS:FolderTypeSegmentation Target Groups folder type.
| STORE_LAYERS | Constant |
public static const STORE_LAYERS:FolderTypeStore Layers folder type.
| STUDY_AREAS | Constant |
public static const STUDY_AREAS:FolderTypeStudy Areas folder type (this is currently not used).
| TRADE_AREAS | Constant |
public static const TRADE_AREAS:FolderTypeTrade Areas folder type.