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.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
-
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
-
setConfigurationContext
public void setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) throws RemoteException, M2MException - Specified by:
setConfigurationContextin interfaceParameterTemplateIF- Overrides:
setConfigurationContextin classParameterTemplate- Throws:
RemoteExceptionM2MException
-