Parameter¶
-
public abstract class
Parameterimplements Serializable¶ Abstract class that stores common information about a single parameter. Serves as a base class for
FieldParameter,ActionParameterandEventParameterclasses. It is a part of the channel model.
Constructors¶
Parameter¶
-
protected
Parameter(String displayName, ParameterType type)¶ Constructor.
Parameters: - displayName – the parameter display name
- type – the parameter type