class EnsLib.EDI.SEF.CompositeElement
extends EnsLib.EDI.SEF.CommonNode
property Element
as EnsLib.EDI.SEF.Element;
This holds the Element itself
property ID
as %Integer;
This holds the ID
property MaxLength
as %Integer;
This holds the Max Length (if different from the underlying standard)
property MinLength
as %Integer;
This holds the Min length (if different from the underlying standard)
property Ordinal
as %Integer;
This holds the ordinal
property Type
as %String;
This holds the 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 MaxLengthGet()
as %Integer
Accessor for MaxLength
method MinLengthGet()
as %Integer
Accessor for MinLength
method RepeatCountGet()
as %String
Accessor for RepeatCount
method TypeGet()
as %String
Accessor for Type
method Validate(ByRef pStatus As %Status)
as %Status
Perform a sanity check on the nodes in the parse tree