Class IfBranch


  • @KafkaModel
    public class IfBranch
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String blockId  
      java.lang.String exprId  
      boolean hasExpr  
      int order  
    • Constructor Summary

      Constructors 
      Constructor Description
      IfBranch()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • blockId

        public java.lang.String blockId
      • order

        public int order
      • exprId

        public java.lang.String exprId
      • hasExpr

        public boolean hasExpr
    • Constructor Detail

      • IfBranch

        public IfBranch()