Class ARG_NameInChangeSetLog
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_NameInChangeSetLog
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_NameInChangeSetLog extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description intclientIdid of the specified elemnentjava.lang.Class<? extends ELObject>kVoclmeta class of the specified elemnentjava.lang.Stringnamename of ohElem in ChangeLogELElementohEleminstance if found in modeljava.lang.StringownerQualifiedNamequalified name of ohElem's owner in ChangeLog
-
Constructor Summary
Constructors Constructor Description ARG_NameInChangeSetLog()ARG_NameInChangeSetLog(java.lang.Class<? extends ELObject> kVocl, int clientId, ELElement ohElem, java.lang.String name, java.lang.String ownerQualifiedName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmarshal(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 Detail
-
kVocl
public java.lang.Class<? extends ELObject> kVocl
meta class of the specified elemnent
-
clientId
public int clientId
id of the specified elemnent
-
ohElem
public ELElement ohElem
instance if found in model
-
name
public java.lang.String name
name of ohElem in ChangeLog
-
ownerQualifiedName
public java.lang.String ownerQualifiedName
qualified name of ohElem's owner in ChangeLog
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)- 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
-
-