Class ARG_TabCreateObjectIn
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_TabCreateObjectIn
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_TabCreateObjectIn
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionmeta attribute controlling the directiontype of the elementtemplate for the element to be createdpattern for object listbooleanname list for objects or not -
Constructor Summary
ConstructorsConstructorDescriptionARG_TabCreateObjectIn(MMCreateTemplate ohTmpl, Class<? extends ELObject> kVOcl, K_VATTR kVAttr, String strPattern, boolean withName) -
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
-
ohTmpl
template for the element to be created -
kVOcl
type of the element -
kVAttr
meta attribute controlling the direction -
strPattern
pattern for object list -
withName
public boolean withNamename list for objects or not
-
-
Constructor Details
-
ARG_TabCreateObjectIn
public ARG_TabCreateObjectIn() -
ARG_TabCreateObjectIn
public ARG_TabCreateObjectIn(MMCreateTemplate ohTmpl, Class<? extends ELObject> kVOcl, K_VATTR kVAttr, String strPattern, boolean withName)
-
-
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
-