FieldExpression

Overview

Implementation of FieldExpression

Location

DataAbstract.js

Instance Methods


constructor FieldExpression

Creates an expression instance.

function constructor FieldExpression(aName)

Parameters:

  • aName: string

toXML

Returns a string with an XML representation of the expression.

function toXML()