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 booleancopyAllisTrue/isFalse means copy all rules of the format/copy only the specified rules (with parents)MMProfileohProfileprofile of the selected stereotypeMMProfileohSrcProfileprofile of the stereotype from which the format is copiedMMStereotypeohSrcStereostereotype from which the format is copiedbooleanreplaceEntriesisTrue/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>seqRuleslist of format rules which have to be copiedbooleanuseExistingRulesisTrue/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 voidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)voidunmarshal(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:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-