class EnsLib.EDI.SEF.SetSegment
extends EnsLib.EDI.SEF.CommonNode
Represents a Segment referenced in a SET
property GroupTrigger
as %Boolean [ InitialExpression = 0 ];
This holds the GroupTrigger flag
property Mask
as %Integer;
This is the optional mask spec
property Name
as %String;
This holds the segment name
property Ordinal
as %Integer;
This holds the calculated ordinal number within
the SET definition
property OrdinalSpec
as %String;
This holds the ordinal spec
property Position
as %Integer;
This holds the calculated position number within
the SET definition
property PositionModifier
as %String;
This holds the position modifier
property Segment
as EnsLib.EDI.SEF.Segment;
This holds the the Segment parsed from the corresponding segment definition
from the .SEGS section of the SEF file
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 GenerateText(pStream As %CharacterStream)
as %Status
This method is override by subclases to generate the textual representation
of this node
method RepeatCountGet()
as %String
Accessor for RepeatCount. The repeat count for the first segment in a loop or group
(group trigger) is always 1, regardless of what is specified in the maximum field in the
SEF file. If the repeat count for such a segment is ommitted, or coded as something else,
it should nevertheless be interpreted as 1
method Validate(ByRef pStatus As %Status)
as %Status
Perform a sanity check on the nodes in the parse tree