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.voidsetConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) voidsetItem(SessionInterface iSession, ConfigurationItemIF iItem, ParameterComplex<? extends ParameterTemplate> tagRestrictor) Methods inherited from class ParameterTemplate
getDescription, getKnownParameters, getName, getValidProposals, isValidValue, 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
-
setConfigurationContext
public void setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) throws RemoteException, M2MException - Specified by:
setConfigurationContextin interfaceParameterTemplateIF- Overrides:
setConfigurationContextin classParameterTemplate- Throws:
RemoteExceptionM2MException
-