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 java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
bitmap
display iconjava.lang.String
name
view nameIMView
ohView
the view itselfjava.util.List<ARG_IMViewCombinedViewFeature>
seqFeature
sorted list of features in this viewjava.lang.String
tooltip
tooltip for this view
-
Constructor Summary
Constructors Constructor Description ARG_IMViewCombinedViewSubView()
ARG_IMViewCombinedViewSubView(IMView ohView, java.lang.String name, java.lang.String bitmap, java.lang.String tooltip, java.util.List<ARG_IMViewCombinedViewFeature> seqFeature)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
-
-
Field Detail
-
ohView
public IMView ohView
the view itself
-
name
public java.lang.String name
view name
-
bitmap
public java.lang.String bitmap
display icon
-
tooltip
public java.lang.String tooltip
tooltip for this view
-
seqFeature
public java.util.List<ARG_IMViewCombinedViewFeature> seqFeature
sorted list of features in this view
-
-
Constructor Detail
-
ARG_IMViewCombinedViewSubView
public ARG_IMViewCombinedViewSubView()
-
ARG_IMViewCombinedViewSubView
public ARG_IMViewCombinedViewSubView(IMView ohView, java.lang.String name, java.lang.String bitmap, java.lang.String tooltip, java.util.List<ARG_IMViewCombinedViewFeature> seqFeature)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-