Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

Ens.BPL.CaseNode

abstract class Ens.BPL.CaseNode extends Ens.BPL.Node

Common superclass for nodes which can be direct children of switch statement

Property Inventory

Method Inventory

Properties

property Activities as Ens.BPL.ActivityList;
This holds the activities to be performed for this case
Property methods: ActivitiesGet(), ActivitiesGetSwizzled(), ActivitiesIsValid(), ActivitiesNewObject(), ActivitiesSet()
property Name as %String;
This holds the name of the case
Property methods: NameDisplayToLogical(), NameGet(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()

Methods

method GenerateCode(pCompiler As Ens.BPL.Compiler) as %Status

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab