Class ParameterTemplateItem
java.lang.Object
de.mid.innovator.m2msdk.model.parameter.ParameterTemplate
de.mid.innovator.m2msdk.model.parameter.ParameterTemplateItem
- All Implemented Interfaces:
ParameterTemplateItemIF,ParameterTemplateIF,Serializable
This is the template for a parameter referencing any configuration item.
- Version:
- 11.4.1
- Author:
- jmback
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the default value of the parameter template.voidsetItem(SessionInterface iSession, ConfigurationItemIF iItem, ParameterComplex<? extends ParameterTemplate> tagRestrictor) Methods inherited from class de.mid.innovator.m2msdk.model.parameter.ParameterTemplate
getDescription, getKnownParameters, getName, getValidProposals, isValidValue, setConfigurationContext, setValidProposals, toString
-
Constructor Details
-
ParameterTemplateItem
-
-
Method Details
-
setItem
public void setItem(SessionInterface iSession, ConfigurationItemIF iItem, ParameterComplex<? extends ParameterTemplate> tagRestrictor) - Specified by:
setItemin interfaceParameterTemplateItemIF
-
getDefaultValue
Description copied from class:ParameterTemplateGet the default value of the parameter template. This value is used as value for the new parameter.- Overrides:
getDefaultValuein classParameterTemplate- Returns:
- default value
-