Skip to main content

Ens.DTL.Default

class Ens.DTL.Default extends Ens.DTL.CaseNode

This class represents the default case of a switch statement. It serves to define a block of activities to be executed by default.

Method Inventory

Parameters

parameter TAGNAME = default;

Methods

method DisplayName() as %String
Provide a user readable string which names the action
method GenerateXML(pStream As %BinaryStream) as %Status
method Validate(ByRef pStatus As %Status, pContext As Ens.DTL.ValidationContext) as %Status
Perform a sanity check on the nodes in the parse tree

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab