Package io.iworkflow.core.command
Class SuperCommand
java.lang.Object
io.iworkflow.core.command.SuperCommand
- All Implemented Interfaces:
BaseCommand
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract int
getCount()
abstract String
getName()
abstract SuperCommand.Type
getType()
static List<BaseCommand>
toList
(SuperCommand superCommand) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.iworkflow.core.command.BaseCommand
getCommandId
-
Constructor Details
-
SuperCommand
public SuperCommand()
-
-
Method Details
-
getName
-
getCount
public abstract int getCount() -
getType
-
toList
-