Package io.iworkflow.core.command
Class SuperCommand
- java.lang.Object
-
- io.iworkflow.core.command.SuperCommand
-
- All Implemented Interfaces:
BaseCommand
@Immutable public abstract class SuperCommand extends java.lang.Object implements BaseCommand
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SuperCommand.Type
-
Constructor Summary
Constructors Constructor Description SuperCommand()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract int
getCount()
abstract java.lang.String
getName()
abstract SuperCommand.Type
getType()
static java.util.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
-
-
-
-
Method Detail
-
getName
public abstract java.lang.String getName()
-
getCount
public abstract int getCount()
-
getType
public abstract SuperCommand.Type getType()
-
toList
public static java.util.List<BaseCommand> toList(SuperCommand superCommand)
-
-