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 java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Class<? extends ELObject>
kVOcl
kind of the create template instanceMMCreateTemplate
ohTmpl
create templatejava.lang.String
strBitmap
bitmap of the create templatejava.lang.String
strComment
comment of the create templatejava.lang.String
strElemType
element type of the create templatejava.lang.String
strName
name of the create template
-
Constructor Summary
Constructors Constructor Description ARG_TabCreateTemplate()
ARG_TabCreateTemplate(java.lang.String strName, java.lang.String strElemType, java.lang.String strBitmap, MMCreateTemplate ohTmpl, java.lang.Class<? extends ELObject> kVOcl, java.lang.String strComment)
-
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
-
strName
public java.lang.String strName
name of the create template
-
strElemType
public java.lang.String strElemType
element type of the create template
-
strBitmap
public java.lang.String strBitmap
bitmap of the create template
-
ohTmpl
public MMCreateTemplate ohTmpl
create template
-
kVOcl
public java.lang.Class<? extends ELObject> kVOcl
kind of the create template instance
-
strComment
public java.lang.String strComment
comment of the create template
-
-
Constructor Detail
-
ARG_TabCreateTemplate
public ARG_TabCreateTemplate()
-
ARG_TabCreateTemplate
public ARG_TabCreateTemplate(java.lang.String strName, java.lang.String strElemType, java.lang.String strBitmap, MMCreateTemplate ohTmpl, java.lang.Class<? extends ELObject> kVOcl, java.lang.String strComment)
-
-
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
-
-