Class ParameterTemplateStepReference
java.lang.Object
de.mid.innovator.m2msdk.model.parameter.ParameterTemplate
de.mid.innovator.m2msdk.model.parameter.ParameterTemplateStepReference
- All Implemented Interfaces:
ParameterTemplateItemIF,ParameterTemplateIF,Serializable
public class ParameterTemplateStepReference
extends ParameterTemplate
implements ParameterTemplateItemIF
This is the template for a parameter referencing a configuration item of type Model Transformation Step.
- Version:
- 11.4.1
- Author:
- jna
- 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
-
ParameterTemplateStepReference
-
-
Method Details
-
setItem
public void setItem(SessionInterface iSession, ConfigurationItemIF iItem, ParameterComplex<? extends ParameterTemplate> tagRestrictor) throws RemoteException, M2MException - Specified by:
setItemin interfaceParameterTemplateItemIF- Throws:
RemoteExceptionM2MException
-
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
-