Class WFNodeMatrixC

java.lang.Object
de.elo.ix.client.WFNodeMatrixC
All Implemented Interfaces:
Serializable

public class WFNodeMatrixC extends Object implements Serializable
These constants describe the type of connection between two nodes.

Copyright: Copyright (c) 2004

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • ALWAYS

      public static final int ALWAYS
      Connection type for non-decision nodes. The connection will always be utilised to reach the next node. No conditions have to be fulfilled.
      See Also:
    • IF_FALSE

      public static final int IF_FALSE
      This connection is the FALSE connection following a decision node. This connection will be utilised when the IF requirement is not fulfilled.
      See Also:
    • IF_TRUE

      public static final int IF_TRUE
      This connection is the TRUE connection following a decision node. This connection will be utilised when the IF requirement is fulfilled.
      See Also:
    • IF_OVERTIME

      public static final int IF_OVERTIME
      This connection is only for the case of overtime.
      See Also:
  • Constructor Details

    • WFNodeMatrixC

      public WFNodeMatrixC()
  • Method Details

    • getALWAYS

      public int getALWAYS()
    • setALWAYS

      public void setALWAYS(int ALWAYS)
    • getIF_FALSE

      public int getIF_FALSE()
    • setIF_FALSE

      public void setIF_FALSE(int IF_FALSE)
    • getIF_TRUE

      public int getIF_TRUE()
    • setIF_TRUE

      public void setIF_TRUE(int IF_TRUE)
    • getIF_OVERTIME

      public int getIF_OVERTIME()
    • setIF_OVERTIME

      public void setIF_OVERTIME(int IF_OVERTIME)