Class ARG_CreateEventLogEntry
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_CreateEventLogEntry
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_CreateEventLogEntry
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionkind of the event log entryname of local or remote modelnote of the event log entryname of remote repository -
Constructor Summary
ConstructorsConstructorDescriptionARG_CreateEventLogEntry(K_LOG_EVENT kLog, String strNote, String strModelName, String strRepName) -
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
-
kLog
kind of the event log entry -
strNote
note of the event log entry -
strModelName
name of local or remote model -
strRepName
name of remote repository
-
-
Constructor Details
-
ARG_CreateEventLogEntry
public ARG_CreateEventLogEntry() -
ARG_CreateEventLogEntry
public ARG_CreateEventLogEntry(K_LOG_EVENT kLog, String strNote, String strModelName, String strRepName)
-
-
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
-