FlexQuery Reference:
Generator Object Model

DSM

DSMAttr

DSMElement

DSMElementType
 name  : String
 displayName  : String
 printName  : String
 bigIconName  : String
 smallIconName  : String

GOMAttribute
 name  : String
 displayName  : String
 valueType  : String
 multiValued  : Boolean
 value  : Object
 values  : Object[]
 dsmAttr  : DSMAttr

GOMContext
 contextElement  : GOMElement
 rootElement  : GOMElement
 imgMapElement  : GOMElement
 iterator  : GnrIterator
 sectionBlock  : GOMSectionBlock
 stockSection  : GOMStockSection
 output  : GOMOutputInfo
 rootContext  : GOMContext
 mainContext  : GOMContext

GOMElement
 name  : String
 id  : Object
 valueType  : String
 multiValued  : Boolean
 value  : Object
 values  : Object[]
 dsmElement  : DSMElement
 elementType  : DSMElementType
 parent  : GOMElement
 ancestors  : GOMElement[]

GOMIterator
 contextElement  : GOMElement
 parentIterator  : GOMIterator
 numItems  : Number
 isFirstItem  : Boolean
 isLastItem  : Boolean
 element  : GOMElement
 attr  : GOMAttribute
 value  : Object

GOMOutputInfo
 format  : OutputFormat
 type  : String
 dir  : String
 file  : String
 docName  : String
 filesDir  : String
 inputFilesPath  : String
 estimationPhase  : Boolean

GOMSectionBlock
 execSecCount  : Number

GOMStockSection
 name  : String
 param  : Object
 params  : Object[]
 contextElement  : GOMElement

OutputFormat
 name  : String
 encoding  : String
 supportsPagination  : Boolean