Class Parameter

java.lang.Object
com.genologics.ri.process.Parameter
All Implemented Interfaces:
Serializable

public class Parameter extends Object implements Serializable
The parameter is a child element of process that integrates the Process with the External Program Integration plug-in (EPP). When a user runs the Process, the system automatically issues a command configured in the process parameter this element represents.
See Also:
  • Field Details

    • name

      protected String name
  • Constructor Details

    • Parameter

      public Parameter()
    • Parameter

      public Parameter(String name)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)