Interface DynamicParameter
public interface DynamicParameter
-
Method Summary
-
Method Details
-
getName
String getName()- Returns:
- the name of the parameter used
-
isRequired
boolean isRequired()- Returns:
true
if this is a required parameter
-
getDefaultValue
String getDefaultValue()- Returns:
- the default value of this parameter
-
getDisplayName
String getDisplayName() -
isHideInChannelManager
boolean isHideInChannelManager()- Returns:
true
if the parameter should not be shown in the channel manager UI
-
getValueType
ParameterValueType getValueType()- Returns:
- the type of the parameter
-
isResidual
boolean isResidual()- Returns:
true
if this is a residual parameter
-
getComponentParameterConfig
DynamicParameterConfig getComponentParameterConfig()- Returns:
- the parameter config of the parameter if present,
null
otherwise
-