Class Parameter

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

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

    • name

      protected String name
      The name of the parameter.
  • Constructor Details

    • Parameter

      public Parameter()
      Default constructor.
    • Parameter

      public Parameter(String name)
      Constructor with name.
      Parameters:
      name - the name of the parameter.
  • Method Details

    • getName

      public String getName()
      Gets the name.
      Returns:
      the name.
    • setName

      public void setName(String value)
      Sets the name.
      Parameters:
      value - the name to set.