Class ARG_CopyFormatDlgCmd

java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_CopyFormatDlgCmd
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_CopyFormatDlgCmd extends Object implements de.mid.innovator.srv2api.impl.MarshallAble
  • Field Details

    • 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 List<MMFormatAble> seqRules
      list of format rules which have to be copied
  • Constructor Details

    • ARG_CopyFormatDlgCmd

      public ARG_CopyFormatDlgCmd()
    • ARG_CopyFormatDlgCmd

      public ARG_CopyFormatDlgCmd(MMProfile ohProfile, MMProfile ohSrcProfile, MMStereotype ohSrcStereo, boolean useExistingRules, boolean replaceEntries, boolean copyAll, List<MMFormatAble> seqRules)
  • Method Details

    • 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