Class ARG_AddNodes

  • All Implemented Interfaces:
    de.mid.innovator.srv2api.impl.MarshallAble

    public class ARG_AddNodes
    extends java.lang.Object
    implements de.mid.innovator.srv2api.impl.MarshallAble
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<ADClientAble> adds
      List of the elements to be added
      java.lang.Class<? extends ELObject> kVOclModel
      Type of the model element to be added
      java.lang.Class<? extends ELObject> kVOclPres
      Type of the presentation element to be created
      java.awt.Point offset
      Position offset, if more than one node is created
      java.awt.Point position
      Position of the first created node
      java.awt.Point size
      Size of the first created node
    • Constructor Summary

      Constructors 
      Constructor Description
      ARG_AddNodes()  
      ARG_AddNodes​(java.lang.Class<? extends ELObject> kVOclModel, java.lang.Class<? extends ELObject> kVOclPres, java.util.List<ADClientAble> adds, java.awt.Point position, java.awt.Point size, java.awt.Point offset)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void marshal​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)  
      void resolveReferences​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)  
      void unmarshal​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • kVOclModel

        public java.lang.Class<? extends ELObject> kVOclModel
        Type of the model element to be added
      • kVOclPres

        public java.lang.Class<? extends ELObject> kVOclPres
        Type of the presentation element to be created
      • adds

        public java.util.List<ADClientAble> adds
        List of the elements to be added
      • position

        public java.awt.Point position
        Position of the first created node
      • size

        public java.awt.Point size
        Size of the first created node
      • offset

        public java.awt.Point offset
        Position offset, if more than one node is created
    • Constructor Detail

      • ARG_AddNodes

        public ARG_AddNodes()
      • ARG_AddNodes

        public ARG_AddNodes​(java.lang.Class<? extends ELObject> kVOclModel,
                            java.lang.Class<? extends ELObject> kVOclPres,
                            java.util.List<ADClientAble> adds,
                            java.awt.Point position,
                            java.awt.Point size,
                            java.awt.Point offset)
    • Method Detail

      • 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