Interface ParameterTemplateIF
- All Known Implementing Classes:
ParameterComplex,ParameterComplexEnum,ParameterTemplate,ParameterTemplateBoolean,ParameterTemplateEnum,ParameterTemplateExpression,ParameterTemplateItem,ParameterTemplateOption,ParameterTemplateStepReference,TransformationStepIterator
public interface ParameterTemplateIF
-
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context)
-
Method Details
-
getKnownParameters
ParameterTemplates getKnownParameters(MappingElementIF me, ConfigurationItemIF iItem) throws M2MException, RemoteException - Throws:
M2MExceptionRemoteException
-
setConfigurationContext
void setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) throws RemoteException, M2MException - Throws:
RemoteExceptionM2MException
-
getName
String getName() -
getValidProposals
ParameterProposalList getValidProposals() -
getDescription
String getDescription()
-