Class ParameterStructureBase
java.lang.Object
de.mid.innovator.m2msdk.model.transformation.ConfigurableItem
de.mid.innovator.m2msdk.model.transformation.parameter.structures.ParameterStructureBase
- All Implemented Interfaces:
ParameterAbleIF,ConfigurableItemIF,IdentifierAble,Serializable
- Direct Known Subclasses:
ParameterCardinalityStructure,ParameterListRangeSelectionStructure,StepReferenceParameterStructure
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetKnownParameters(SessionInterface iSession, MappingElementIF me, ConfigurationItemIF iItem) final ParameterReflectionStorefinal ParameterComplex<? extends ParameterTemplate> getParameterStoreParameter(String nameParameter) final voidsetConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) Set the configuration context of this configurable item.Methods inherited from class de.mid.innovator.m2msdk.model.transformation.ConfigurableItem
checkConstraints, checkConstraints, getBaseItem, getConfigurableItems, getConfigurationTag, getId, getItem, getKnownParameters, getName, getParentItem, getParentItem, setBaseItem, setConfigurationTag, setId, setParent, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface de.mid.innovator.m2msdk.model.parameter.ParameterAbleIF
registerParameter
-
Method Details
-
getKnownParameters
public ParameterTemplates getKnownParameters(SessionInterface iSession, MappingElementIF me, ConfigurationItemIF iItem) throws M2MException, RemoteException - Throws:
M2MExceptionRemoteException
-
setConfigurationContext
public final void setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) throws RemoteException, M2MException Description copied from interface:ConfigurableItemIFSet the configuration context of this configurable item. The configurable item is configured according the context.- Specified by:
setConfigurationContextin interfaceConfigurableItemIF- Overrides:
setConfigurationContextin classConfigurableItem- Parameters:
iSession- sessionsourceMM- source meta modeltargetMM- target meta modelcontext- Configuration item- Throws:
RemoteException- exception from remote executionM2MException- generic exception
-
getParameterStore
- Specified by:
getParameterStorein interfaceParameterAbleIF
-
getParameterStoreParameter
public final ParameterComplex<? extends ParameterTemplate> getParameterStoreParameter(String nameParameter)
-