Skip to main content

EnsLib.EDI.SEF.Expression

class EnsLib.EDI.SEF.Expression extends EnsLib.EDI.SEF.Node

Property Inventory

Properties

property Operator as %String;
This holds the Operator
Property methods: OperatorDisplayToLogical(), OperatorGet(), OperatorIsValid(), OperatorLogicalToDisplay(), OperatorLogicalToOdbc(), OperatorNormalize(), OperatorSet()
property Separator as %String;
This holds the Seperator if there is a previous expression in the list
Property methods: SeparatorDisplayToLogical(), SeparatorGet(), SeparatorIsValid(), SeparatorLogicalToDisplay(), SeparatorLogicalToOdbc(), SeparatorNormalize(), SeparatorSet()
property Value as %String;
This holds the value
Property methods: ValueDisplayToLogical(), ValueGet(), ValueIsValid(), ValueLogicalToDisplay(), ValueLogicalToOdbc(), ValueNormalize(), ValueSet()
property Variable as %String;
This holds the variable
Property methods: VariableDisplayToLogical(), VariableGet(), VariableIsValid(), VariableLogicalToDisplay(), VariableLogicalToOdbc(), VariableNormalize(), VariableSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab