Class ARG_AddAbleEdgeEntry

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

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

      Fields 
      Modifier and Type Field Description
      MEModelElement ohItem
      element on the other sider of the edge to be added as node
      MEModelElement ohRel
      element to be added as edge
      java.lang.String strItem
      name of the element on the other side
      java.lang.String strItemIcon
      icon name of the element on the other side
      java.lang.String strRel
      name of the element to be added
      java.lang.String strRelIcon
      icon name of the element to be added
    • 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

      • strRel

        public java.lang.String strRel
        name of the element to be added
      • strRelIcon

        public java.lang.String strRelIcon
        icon name of the element to be added
      • ohItem

        public MEModelElement ohItem
        element on the other sider of the edge to be added as node
      • strItem

        public java.lang.String strItem
        name of the element on the other side
      • strItemIcon

        public java.lang.String strItemIcon
        icon name of the element on the other side
    • Constructor Detail

      • ARG_AddAbleEdgeEntry

        public ARG_AddAbleEdgeEntry()
      • ARG_AddAbleEdgeEntry

        public ARG_AddAbleEdgeEntry​(MEModelElement ohRel,
                                    java.lang.String strRel,
                                    java.lang.String strRelIcon,
                                    MEModelElement ohItem,
                                    java.lang.String strItem,
                                    java.lang.String strItemIcon)
    • 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