| Package | com.esri.baserver |
| Class | public class Target |
| Inheritance | Target Object |
| Implements | IJsonObject |
See also
| Property | Defined By | ||
|---|---|---|---|
| name : String
Item name. | Target | ||
| values : Array
Array of string IDs of segments belonging to this item. | Target | ||
| Method | Defined By | ||
|---|---|---|---|
Target(name:String = null, values:Array = null)
Creates a new instance of the Target class. | Target | ||
| name | property |
name:StringItem name.
public function get name():String public function set name(value:String):void| values | property |
values:ArrayArray of string IDs of segments belonging to this item.
public function get values():Array public function set values(value:Array):void| Target | () | Constructor |
public function Target(name:String = null, values:Array = null)Creates a new instance of the Target class.
Parametersname:String (default = null) — Item name.
| |
values:Array (default = null) — Array of string IDs of segments belonging to this item.
|