class EnsLib.EDI.SEF.SetItemGroup
extends EnsLib.EDI.SEF.CommonNode
This represents a Group found within a SET definition, groups consist
of either SetSegments or SetItemGroups
property Name
as %String;
This holds the group identifier
property Nodes
as EnsLib.EDI.SEF.NodeList;
This holds the nodes contained within the table (SetSegments or nested SetItemGroups)
property Ordinal
as %Integer;
This holds the ordinal. It will be used if the standard has the ',LS' record
property OrdinalSpec
as %Integer;
This holds the OrdinalSpec. It can be used to modify the Ordinal Sequence when
a group has been inserted into a pre-existing SET definiton
property Position
as %Integer;
This holds the calculated position number within
the SET definition. It will be used if the standard has the ',LS' record
property PositionModifier
as %String;
This holds the position modifier. It can be used to modify the Position Sequence when
a group has been inserted into a pre-existing SET definiton
property TriggerSegment
as EnsLib.EDI.SEF.SetSegment;
This holds the Trigger Segment Definition
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 NameGet()
as %String
This is the accessor for the groups Name
method StdRequirementGet()
as %String
This is the accessor for the groups requirement
method Validate(ByRef pStatus As %Status)
as %Status
Perform a sanity check on the nodes in the parse tree