Search
CompositeCommand.getCommands Method
See Also
 






Gets a list containing the child Command objects.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public ExtendedArrayList<Command> getCommands ()

 Return Value

A list of Command objects.

 See Also