Package de.mid.innovator.srv2api.icw2im
Class ARG_IMViewCombinedView
java.lang.Object
de.mid.innovator.srv2api.icw2im.ARG_IMViewCombinedView
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_IMViewCombinedView
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionSorted list of features in this viewSorted list of combining views in this view -
Constructor Summary
ConstructorsConstructorDescriptionARG_IMViewCombinedView(List<ARG_IMViewCombinedViewFeature> seqFeature, List<ARG_IMViewCombinedViewSubView> seqSubView) -
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
-
seqFeature
Sorted list of features in this view -
seqSubView
Sorted list of combining views in this view
-
-
Constructor Details
-
ARG_IMViewCombinedView
public ARG_IMViewCombinedView() -
ARG_IMViewCombinedView
public ARG_IMViewCombinedView(List<ARG_IMViewCombinedViewFeature> seqFeature, List<ARG_IMViewCombinedViewSubView> seqSubView)
-
-
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
-