Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

EnsLib.EDI.SEF.DependencyNote

class EnsLib.EDI.SEF.DependencyNote extends EnsLib.EDI.SEF.Node

This represents an EDIFACT dependency note

Property Inventory

Method Inventory

Properties

property DependencyType as %Integer;
This holds the dependency type
Property methods: DependencyTypeDisplayToLogical(), DependencyTypeGet(), DependencyTypeIsValid(), DependencyTypeLogicalToDisplay(), DependencyTypeNormalize(), DependencyTypeSet()
property Operands as %String;
This holds the operands
Property methods: OperandsDisplayToLogical(), OperandsGet(), OperandsIsValid(), OperandsLogicalToDisplay(), OperandsLogicalToOdbc(), OperandsNormalize(), OperandsSet()

Methods

method Validate(ByRef pStatus As %Status) as %Status
Perform a sanity check on the nodes in the parse tree

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab