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 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 stereotypeMMProfile
ohSrcProfile
profile of the stereotype from which the format is copiedMMStereotype
ohSrcStereo
stereotype from which the format is copiedboolean
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 valuesjava.util.List<MMFormatAble>
seqRules
list of format rules which have to be copiedboolean
useExistingRules
isTrue/isFalse means rules with equal parameter values are used/new created
-
Constructor Summary
Constructors Constructor Description ARG_CopyFormatDlgCmd()
ARG_CopyFormatDlgCmd(MMProfile ohProfile, MMProfile ohSrcProfile, MMStereotype ohSrcStereo, boolean useExistingRules, boolean replaceEntries, boolean copyAll, java.util.List<MMFormatAble> seqRules)
-
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)
-
-
-
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 interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-