Class ARG_BRDiaAddNode

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

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

      Fields 
      Modifier and Type Field Description
      boolean allowMultiple
      If true, more than one node of the resource is allowed
      java.lang.Class<? extends ELObject> kVOclPres
      Type of the new node
      BRResource ohResource
      Business resource to be added as node
      java.awt.Point position
      Position of the new node
      java.awt.Point size
      Size of the new node
    • 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

      • ohResource

        public BRResource ohResource
        Business resource to be added as node
      • kVOclPres

        public java.lang.Class<? extends ELObject> kVOclPres
        Type of the new node
      • allowMultiple

        public boolean allowMultiple
        If true, more than one node of the resource is allowed
      • position

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

        public java.awt.Point size
        Size of the new node
    • Constructor Detail

      • ARG_BRDiaAddNode

        public ARG_BRDiaAddNode()
      • ARG_BRDiaAddNode

        public ARG_BRDiaAddNode​(BRResource ohResource,
                                java.lang.Class<? extends ELObject> kVOclPres,
                                boolean allowMultiple,
                                java.awt.Point position,
                                java.awt.Point size)
    • 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