Packagecom.esri.tracking.connector
Classpublic class MessageField
InheritanceMessageField Inheritance Object

Represents a Message Field. Instances are created internally. The constructor should not be used.



Public Properties
 PropertyDefined By
  geometryType : GeometryType
[read-only] The geometry type if the field is a shape field.
MessageField
  name : String
[read-only] The name of the field.
MessageField
  type : MessageFieldType
[read-only] The message field type.
MessageField
Property Detail
geometryTypeproperty
geometryType:GeometryType  [read-only]

The geometry type if the field is a shape field.


Implementation
    public function get geometryType():GeometryType
nameproperty 
name:String  [read-only]

The name of the field.


Implementation
    public function get name():String
typeproperty 
type:MessageFieldType  [read-only]

The message field type.


Implementation
    public function get type():MessageFieldType