Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [EnsLib] >  [EDI] >  [SEF] >  [SetItemGroup]
Private  Storage   

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
7 6


Summary

Properties
ActRequirement Name Nodes Ordinal
OrdinalSpec Parent Position PositionModifier
RepeatCount StdRequirement TriggerSegment UsrRequirement

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
ActRequirementGet Ancestor AsString DisplayName
GenerateDescriptor GenerateText IsGroup NameGet
OutputTextToDevice StdRequirementGet UsrRequirementGet Validate


Properties

• 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

Methods

• 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


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.