Class ARG_ChangeSetInstanceOverview
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_ChangeSetInstanceOverview
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_ChangeSetInstanceOverview
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionmodification kind of this instancethe first operation was executed at this timechange set instanceinstance of this operation, 0 if it does not exist in modelbitmap name of the instancename of the instancequalified name of the instances ownertype of this instanceuuid of this instance -
Constructor Summary
ConstructorsConstructorDescriptionARG_ChangeSetInstanceOverview(ELElement ohInst, String strInstName, String strInstOwnerQualifiedName, String strInstBitmap, String strInstType, String strInstUUID, K_CS_INST kCSInst, ADCSInstance ohCSInst, Date lAtTime) -
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
-
ohInst
instance of this operation, 0 if it does not exist in model -
strInstName
name of the instance -
strInstOwnerQualifiedName
qualified name of the instances owner -
strInstBitmap
bitmap name of the instance -
strInstType
type of this instance -
strInstUUID
uuid of this instance -
kCSInst
modification kind of this instance -
ohCSInst
change set instance -
lAtTime
the first operation was executed at this time
-
-
Constructor Details
-
ARG_ChangeSetInstanceOverview
public ARG_ChangeSetInstanceOverview() -
ARG_ChangeSetInstanceOverview
-
-
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
-