Package de.mid.innovator.srv2api.icw2im
Class ARG_IMViewCombinedViewFeature
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2im.ARG_IMViewCombinedViewFeature
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_IMViewCombinedViewFeature 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
datatype
datatype name or datatype definitionjava.lang.String
expression
concrete expressionjava.lang.String
name
feature nameIMViewFeature
ohFeature
the feature itself or NULL to create an new feature
-
Constructor Summary
Constructors Constructor Description ARG_IMViewCombinedViewFeature()
ARG_IMViewCombinedViewFeature(IMViewFeature ohFeature, java.lang.String name, java.lang.String bitmap, java.lang.String expression, java.lang.String datatype)
-
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
-
ohFeature
public IMViewFeature ohFeature
the feature itself or NULL to create an new feature
-
name
public java.lang.String name
feature name
-
bitmap
public java.lang.String bitmap
display icon
-
expression
public java.lang.String expression
concrete expression
-
datatype
public java.lang.String datatype
datatype name or datatype definition
-
-
Constructor Detail
-
ARG_IMViewCombinedViewFeature
public ARG_IMViewCombinedViewFeature()
-
ARG_IMViewCombinedViewFeature
public ARG_IMViewCombinedViewFeature(IMViewFeature ohFeature, java.lang.String name, java.lang.String bitmap, java.lang.String expression, java.lang.String datatype)
-
-
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
-
-