Class ARG_CreateAnnotation

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

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

      Fields 
      Modifier and Type Field Description
      ADClientAble ohContext
      the diagram of the selected elements or a parent annotation
      java.util.List<ADClientAble> seqElem
      list of elements connected to this annotation
      java.lang.String strText
      text of this annotation
    • 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

      • ohContext

        public ADClientAble ohContext
        the diagram of the selected elements or a parent annotation
      • strText

        public java.lang.String strText
        text of this annotation
      • seqElem

        public java.util.List<ADClientAble> seqElem
        list of elements connected to this annotation
    • Constructor Detail

      • ARG_CreateAnnotation

        public ARG_CreateAnnotation()
      • ARG_CreateAnnotation

        public ARG_CreateAnnotation​(ADClientAble ohContext,
                                    java.lang.String strText,
                                    java.util.List<ADClientAble> seqElem)
    • 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