| Package | com.esri.baserver |
| Class | public class TargetGroupData |
| Inheritance | TargetGroupData Object |
| Implements | IJsonObject |
Target group data classifies 65 clusters of ESRI Data-Tapestry Segmentation into targets.
You can specify the target group either as an XML string using the description
property or as a target group item of the Community Analyst repository using the item
property. These properties are mutually exclusive.
In the repository, target groups are usually stored in the special folder for target groups
of the FolderType.SEGMENTATION_TARGET_GROUPS type.
See also
| Property | Defined By | ||
|---|---|---|---|
| description : String
Target group description XML string. | TargetGroupData | ||
| item : FolderItem
Target group item. | TargetGroupData | ||
| Method | Defined By | ||
|---|---|---|---|
TargetGroupData(targetGroupData:Object = null)
Creates a new instance of the TargetGroupData class. | TargetGroupData | ||
| description | property |
description:StringTarget group description XML string.
public function get description():String public function set description(value:String):void| item | property |
item:FolderItemTarget group item.
public function get item():FolderItem public function set item(value:FolderItem):void| TargetGroupData | () | Constructor |
public function TargetGroupData(targetGroupData:Object = null)Creates a new instance of the TargetGroupData class.
ParameterstargetGroupData:Object (default = null) — An instance of the FolderItem or String type.
|