Class PropertyDescriptorPairItem
java.lang.Object
de.mid.innovator.m2msdk.model.transformation.property.PropertyDescriptorPairItem
This class describes which source property has to be transferred to which
target property by which operation.
- Version:
- 10.1.1
- Author:
- jmback
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyDescriptorPairItem(SessionInterface iSession, PropertyDescriptorIF source, PropertyDescriptorIF target, PropertyTransferOperator operator) Construct a pair of property descriptors. -
Method Summary
Modifier and TypeMethodDescriptionbuildTransferVector(MappingElementIF sourceElem, MappingElementIF targetElem) booleancheck(MappingElementIF sourceElem, MappingElementIF targetElem) The source descriptor of the transfer.The target descriptor of the transfer.toString()
-
Constructor Details
-
PropertyDescriptorPairItem
public PropertyDescriptorPairItem(SessionInterface iSession, PropertyDescriptorIF source, PropertyDescriptorIF target, PropertyTransferOperator operator) throws SevereException, RemoteException Construct a pair of property descriptors.- Parameters:
iSession- server sessionsource- source descriptortarget- target descriptoroperator- assignment operator- Throws:
SevereExceptionRemoteException
-
-
Method Details
-
getSource
The source descriptor of the transfer.- Returns:
- source descriptor
-
getTarget
The target descriptor of the transfer.- Returns:
- target descriptor
-
getOperator
-
buildTransferVector
public PropertyTransferVector buildTransferVector(MappingElementIF sourceElem, MappingElementIF targetElem) throws M2MException, RemoteException - Throws:
M2MExceptionRemoteException
-
check
public boolean check(MappingElementIF sourceElem, MappingElementIF targetElem) throws M2MException, RemoteException - Throws:
M2MExceptionRemoteException
-
toString
-