Class ParameterComplex<T extends ParameterTemplate>
java.lang.Object
de.mid.innovator.m2msdk.model.parameter.ParameterComplex<T>
- Type Parameters:
T- class of parameter template
- All Implemented Interfaces:
ParameterTemplateIF
- Direct Known Subclasses:
ParameterComplexEnum
public class ParameterComplex<T extends ParameterTemplate>
extends Object
implements ParameterTemplateIF
Template and accessor to a parameter.
- Version:
- 11.4.1
- Author:
- jnagl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) toString()
-
Constructor Details
-
ParameterComplex
-
-
Method Details
-
getParameterTemplate
-
getLiveAccessor
-
setConfigurationContext
public void setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) - Specified by:
setConfigurationContextin interfaceParameterTemplateIF
-
getKnownParameters
- Specified by:
getKnownParametersin interfaceParameterTemplateIF
-
toString
-
getParameterName
-
getValidatedValue
-
getName
- Specified by:
getNamein interfaceParameterTemplateIF
-
getValidProposals
- Specified by:
getValidProposalsin interfaceParameterTemplateIF
-
getDescription
- Specified by:
getDescriptionin interfaceParameterTemplateIF
-