class EnsLib.EDI.SEF.Element
extends EnsLib.EDI.SEF.Node
property Codes
as EnsLib.EDI.SEF.Codes;
This holds the option codes definition
property ID
as %String;
This holds the element ID
property MaxLength
as %Integer;
This holds the max length. Maxlength of Zero means unlimited
property MinLength
as %Integer;
This holds the min length
property Type
as %String;
This holds the element type
method GenerateDescriptor(pCompiler As EnsLib.EDI.SEF.Compiler)
as %Status
This method is overriden by subclasses to generate the code that this
node represents
method Validate(ByRef pStatus As %Status)
as %Status
Perform a sanity check on the nodes in the parse tree