de.mid.innovator.srv2api.icw2meta
Class ARG_CopyFormatDlgCmd

java.lang.Object
  extended by 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 Summary
 boolean copyAll
          isTrue/isFalse < - > 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 < - > 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
 List<MMFormatAble> seqRules
          list of format rules which have to be copied
 boolean useExistingRules
          isTrue/isFalse < - > rules with equal parameter values are used/new created
 
Constructor Summary
ARG_CopyFormatDlgCmd()
           
ARG_CopyFormatDlgCmd(MMProfile ohProfile, MMProfile ohSrcProfile, MMStereotype ohSrcStereo, boolean useExistingRules, boolean replaceEntries, boolean copyAll, List<MMFormatAble> seqRules)
           
 
Method Summary
 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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyAll

public boolean copyAll
isTrue/isFalse < - > copy all rules of the format/copy only the specified rules (with parents)


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


replaceEntries

public boolean replaceEntries
isTrue/isFalse < - > 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


seqRules

public List<MMFormatAble> seqRules
list of format rules which have to be copied


useExistingRules

public boolean useExistingRules
isTrue/isFalse < - > rules with equal parameter values are used/new created

Constructor Detail

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 Detail

marshal

public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
Specified by:
marshal 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

unmarshal

public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
                      SrvContext srvctx)
Specified by:
unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble