Class ARG_CopyFormatDlgCmd

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

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

      Fields 
      Modifier and Type Field Description
      boolean copyAll
      isTrue/isFalse means copy all rules of the format/copy only the specified rules (with parents)
      MMProfile ohProfile
      profile of the selected stereotype
      MMProfile ohSrcProfile
      profile of the stereotype from which the format is copied
      MMStereotype ohSrcStereo
      stereotype from which the format is copied
      boolean replaceEntries
      isTrue/isFalse means existing presentation entries of a used rule are replaced by the new values/only new entries are added and existing values keep their old values
      java.util.List<MMFormatAble> seqRules
      list of format rules which have to be copied
      boolean useExistingRules
      isTrue/isFalse means rules with equal parameter values are used/new created
    • 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

      • ohProfile

        public MMProfile ohProfile
        profile of the selected stereotype
      • ohSrcProfile

        public MMProfile ohSrcProfile
        profile of the stereotype from which the format is copied
      • ohSrcStereo

        public MMStereotype ohSrcStereo
        stereotype from which the format is copied
      • useExistingRules

        public boolean useExistingRules
        isTrue/isFalse means rules with equal parameter values are used/new created
      • replaceEntries

        public boolean replaceEntries
        isTrue/isFalse means existing presentation entries of a used rule are replaced by the new values/only new entries are added and existing values keep their old values
      • copyAll

        public boolean copyAll
        isTrue/isFalse means copy all rules of the format/copy only the specified rules (with parents)
      • seqRules

        public java.util.List<MMFormatAble> seqRules
        list of format rules which have to be copied
    • Constructor Detail

      • ARG_CopyFormatDlgCmd

        public ARG_CopyFormatDlgCmd()
      • ARG_CopyFormatDlgCmd

        public ARG_CopyFormatDlgCmd​(MMProfile ohProfile,
                                    MMProfile ohSrcProfile,
                                    MMStereotype ohSrcStereo,
                                    boolean useExistingRules,
                                    boolean replaceEntries,
                                    boolean copyAll,
                                    java.util.List<MMFormatAble> seqRules)
    • 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