class EnsLib.EDI.SEF.Codes
extends EnsLib.EDI.SEF.Node
This class represents the codes and related information that may be associated
with an element. Descriptor generation causes lists of codes to be generated which
should be used for validation of the element when it appears in a transaction.
property CodeSets
as EnsLib.EDI.SEF.CodeSetList;
This holds the codes sets
property Dictionary
as EnsLib.EDI.SEF.NodeList;
This holds the dictionary definition of code ranges
property DictionaryCodes
as %String [ MultiDimensional ];
This holds the dictionary of codes
property ElementID
as %Integer;
This holds the element ID
method GenerateDescriptor(pCompiler As EnsLib.EDI.SEF.Compiler)
as %Status
This method is overriden by subclasses to generate the code that this
node represents