Ens.DTL.Switch
class Ens.DTL.Switch extends Ens.DTL.Action
Allows conditions to be evaluated and actions to be performed depending upon their truth value.Property Inventory
Method Inventory
Parameters
parameter TAGNAME = switch;
Properties
property Cases as Ens.DTL.CaseList;
Property methods: CasesGet(), CasesGetSwizzled(), CasesIsValid(), CasesNewObject(), CasesSet()
Methods
method DisplayName() as %String
Provide a user readable string which identifies this node
method GenerateCode(pCompiler As Ens.DTL.Compiler) as %Status
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
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- Deserialize()
- NormalizeAttribute()
- Serialize()
- WriteAnnotationXML()
- WriteExpandedAttribute()