Class ARG_TabCreateTemplate
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_TabCreateTemplate
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_TabCreateTemplate
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionkind of the create template instancecreate templatebitmap of the create templatecomment of the create templateelement type of the create templatename of the create template -
Constructor Summary
ConstructorsConstructorDescriptionARG_TabCreateTemplate(String strName, String strElemType, String strBitmap, MMCreateTemplate ohTmpl, Class<? extends ELObject> kVOcl, String strComment) -
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
-
strName
name of the create template -
strElemType
element type of the create template -
strBitmap
bitmap of the create template -
ohTmpl
create template -
kVOcl
kind of the create template instance -
strComment
comment of the create template
-
-
Constructor Details
-
ARG_TabCreateTemplate
public ARG_TabCreateTemplate() -
ARG_TabCreateTemplate
-
-
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
-