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
Methods¶
getType¶
-
public ParameterType
getType()¶
setType¶
-
public void
setType(ParameterType type)¶
toDto¶
-
public abstract ParameterDto
toDto()¶