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 Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptiondisplay icondatatype name or datatype definitionconcrete expressionfeature namethe feature itself or NULL to create an new feature -
Constructor Summary
ConstructorsConstructorDescriptionARG_IMViewCombinedViewFeature(IMViewFeature ohFeature, String name, String bitmap, String expression, String datatype) -
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
-
ohFeature
the feature itself or NULL to create an new feature -
name
feature name -
bitmap
display icon -
expression
concrete expression -
datatype
datatype name or datatype definition
-
-
Constructor Details
-
ARG_IMViewCombinedViewFeature
public ARG_IMViewCombinedViewFeature() -
ARG_IMViewCombinedViewFeature
public ARG_IMViewCombinedViewFeature(IMViewFeature ohFeature, String name, String bitmap, String expression, String datatype)
-
-
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
-