Packagecom.esri.baserver
Classpublic class ProfileData
InheritanceProfileData Inheritance Object

The ProfileData class specifies a segmentation profile.

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 Community 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

FolderType
ESRI Data-Tapestry Segmentation


Public Properties
 PropertyDefined By
  description : String
Profile description XML string.
ProfileData
  item : FolderItem
Profile item.
ProfileData
Public Methods
 MethodDefined By
  
ProfileData(profileData:Object = null)
Creates a new instance of the ProfileData class.
ProfileData
Property Detail
descriptionproperty
description:String

Profile description XML string.


Implementation
    public function get description():String
    public function set description(value:String):void
itemproperty 
item:FolderItem

Profile item.


Implementation
    public function get item():FolderItem
    public function set item(value:FolderItem):void
Constructor Detail
ProfileData()Constructor
public function ProfileData(profileData:Object = null)

Creates a new instance of the ProfileData class.

Parameters
profileData:Object (default = null) — An instance of the FolderItem or String type.