Class ARG_ChangeSetOperationValue

java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_ChangeSetOperationValue
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_ChangeSetOperationValue extends Object implements de.mid.innovator.srv2api.impl.MarshallAble
  • Field Details

    • ohChangeSet

      public ADChangeSet ohChangeSet
      change set of this instance operation value
    • strChangeSetName

      public String strChangeSetName
      name of change set
    • lStartTime

      public Date lStartTime
      starting time of this change set
    • lEndTime

      public Date lEndTime
      end time of the latest change set fragment or 0 if still active
    • strNote

      public String strNote
      change set description
    • strUserName

      public String strUserName
      operation was executed by this user
    • ohInst

      public ELElement ohInst
      instance of this operation, 0 if it does not exist in model
    • strInstName

      public String strInstName
      name of the instance
    • strInstOwnerQualifiedName

      public String strInstOwnerQualifiedName
      qualified name of the instances owner
    • strInstBitmap

      public String strInstBitmap
      bitmap name of the instance
    • strInstType

      public String strInstType
      type of this instance
    • strInstUUID

      public String strInstUUID
      uuid of this instance
    • lAtTime

      public Date lAtTime
      the operation was executed at this time
    • strOperation

      public String strOperation
      this operation was executed
    • kVAttrCS

      public K_VATTR_CS kVAttrCS
      kind of the property
    • strPropertyName

      public String strPropertyName
      name of the property involved in this operation
    • strPropertyValue

      public String strPropertyValue
      new value assigned to the property
    • ohCSOp

      public ADCSOperation ohCSOp
      change set operation
    • ohCSInst

      public ADCSInstance ohCSInst
      change set instance
  • Constructor Details

  • Method Details

    • marshal

      public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      marshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • unmarshal

      public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
      Specified by:
      unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • resolveReferences

      public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble