Class ARG_TabCreate
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_TabCreate
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_TabCreate extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description K_VATTR
kVAttr
meta attribute controlling the directionjava.lang.Class<? extends ELObject>
kVOcl
type of the elementMMCreateTemplate
ohTmpl
template for the element to be createdjava.util.List<ADClientAble>
seqElem
list of elements
-
Constructor Summary
Constructors Constructor Description ARG_TabCreate()
ARG_TabCreate(MMCreateTemplate ohTmpl, java.lang.Class<? extends ELObject> kVOcl, K_VATTR kVAttr, java.util.List<ADClientAble> seqElem)
-
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
-
ohTmpl
public MMCreateTemplate ohTmpl
template for the element to be created
-
kVOcl
public java.lang.Class<? extends ELObject> kVOcl
type of the element
-
kVAttr
public K_VATTR kVAttr
meta attribute controlling the direction
-
seqElem
public java.util.List<ADClientAble> seqElem
list of elements
-
-
Constructor Detail
-
ARG_TabCreate
public ARG_TabCreate()
-
ARG_TabCreate
public ARG_TabCreate(MMCreateTemplate ohTmpl, java.lang.Class<? extends ELObject> kVOcl, K_VATTR kVAttr, java.util.List<ADClientAble> seqElem)
-
-
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
-
-