Class FlowStep


  • public class FlowStep
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FlowStep​(java.lang.String command, java.lang.String event, boolean isDepStep)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCommand()  
      java.lang.String getEvent()  
      boolean isDepStep()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlowStep

        public FlowStep​(java.lang.String command,
                        java.lang.String event,
                        boolean isDepStep)
    • Method Detail

      • getCommand

        public java.lang.String getCommand()
      • getEvent

        public java.lang.String getEvent()
      • isDepStep

        public boolean isDepStep()