java.lang.Object
com.genologics.ri.processexecution.Parameter
- All Implemented Interfaces:
Serializable
The parameter is a child element of process execution 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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The name of the parameter.
-
-
Constructor Details
-
Parameter
public Parameter()Default constructor. -
Parameter
Constructor with parameter name.- Parameters:
name- The parameter name.
-
-
Method Details
-
getName
Gets the parameter name.- Returns:
- The parameter name.
-
setName
Sets the parameter name.- Parameters:
value- The parameter name to set.
-