Package de.mid.innovator.srv2api.icw2im
Class ARG_JoinExpressionFlowReq
java.lang.Object
de.mid.innovator.srv2api.icw2im.ARG_JoinExpressionFlowReq
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_JoinExpressionFlowReq
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe From Clause referencing the foreign key classifierThe From Clause referencing the unique key classifier -
Constructor Summary
ConstructorsConstructorDescriptionARG_JoinExpressionFlowReq(IMViewFrom ohUniqueKeyFrom, IMViewFrom ohForeignKeyFrom) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidunmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Field Details
-
ohUniqueKeyFrom
The From Clause referencing the unique key classifier -
ohForeignKeyFrom
The From Clause referencing the foreign key classifier
-
-
Constructor Details
-
ARG_JoinExpressionFlowReq
public ARG_JoinExpressionFlowReq() -
ARG_JoinExpressionFlowReq
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-