class Ens.BPL.ActivityList
extends Ens.BPL.NodeList
This class groups activities together, and is used wherever more than one activity
needs to be defined
parameter ELEMENTTYPE = "Ens.BPL.Activity";
The type (class name) of the elements stored in the collection.
property Annotation
as %String(MAXLEN="");
This holds the user documentation for this Activity
method GenerateXML(pStream As %BinaryStream)
as %Status
This generates the common XML attributes for this Activity