abstract class Ens.BPL.CaseNode
extends Ens.BPL.Node
Common superclass for nodes which can be direct children of switch statement
property Activities
as Ens.BPL.ActivityList;
This holds the activities to be performed for this case
property Name
as %String;
This holds the name of the case