Package de.mid.innovator.srv2api.icw2im
Class ARG_IMViewCombinedViewSubView
java.lang.Object
de.mid.innovator.srv2api.icw2im.ARG_IMViewCombinedViewSubView
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_IMViewCombinedViewSubView
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionARG_IMViewCombinedViewSubView(IMView ohView, String name, String bitmap, String tooltip, List<ARG_IMViewCombinedViewFeature> seqFeature) -
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
-
ohView
the view itself -
name
view name -
bitmap
display icon -
tooltip
tooltip for this view -
seqFeature
sorted list of features in this view
-
-
Constructor Details
-
ARG_IMViewCombinedViewSubView
public ARG_IMViewCombinedViewSubView() -
ARG_IMViewCombinedViewSubView
-
-
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
-