class EnsLib.EDI.SEF.CompositeElementMask
extends EnsLib.EDI.SEF.Node
property MaskType
as %String;
This holds the mask type
property MaxLength
as %Integer;
This holds the max length
property MinLength
as %Integer;
This holds the min length
property RepeatCount
as %Integer;
This holds the repeat count
property StdRequirement
as %String;
This holds the StdRequirement
method GenerateText(pStream As %CharacterStream)
as %Status
This method is override by subclases to generate the textual representation
of this node
method Validate(ByRef pStatus As %Status)
as %Status
Perform a sanity check on the nodes in the parse tree