| Package | com.esri.baserver |
| Class | public class ProfileData |
| Inheritance | ProfileData Object |
Segmentation profile specifies parameters for 65 clusters of
ESRI Data-Tapestry Segmentation.
You can specify the segmentation profile either as an XML string using the
description property or as a profile item of the Business Analyst
repository using the item property. These properties are mutually exclusive.
In the repository, segmentation profiles are usually stored in the special folder
for segmentation profiles of the FolderType.SEGMENTATION_PROFILES type.
See also
| Property | Defined By | ||
|---|---|---|---|
| description : String
Profile description XML string. | ProfileData | ||
| item : FolderItem
Profile item. | ProfileData | ||
| Method | Defined By | ||
|---|---|---|---|
ProfileData(profileData:Object = null)
Creates a new instance of the ProfileData class. | ProfileData | ||
| description | property |
description:StringProfile description XML string.
public function get description():String public function set description(value:String):void| item | property |
item:FolderItemProfile item.
public function get item():FolderItem public function set item(value:FolderItem):void| ProfileData | () | Constructor |
public function ProfileData(profileData:Object = null)Creates a new instance of the ProfileData class.
ParametersprofileData:Object (default = null) — An instance of the FolderItem or String type.
|