Class FormOutputVariable

java.lang.Object
io.jmix.bpm.data.form.FormOutputVariable
All Implemented Interfaces:
Serializable

public class FormOutputVariable extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • FormOutputVariable

      public FormOutputVariable()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getType

      public Class getType()
    • setType

      public void setType(Class type)
    • getOutcome

      public FormOutcome getOutcome()
    • setOutcome

      public void setOutcome(FormOutcome outcome)