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 Summary
FieldsModifier and TypeFieldDescriptionbooleanisTrue/isFalse means copy all rules of the format/copy only the specified rules (with parents)profile of the selected stereotypeprofile of the stereotype from which the format is copiedstereotype from which the format is copiedbooleanisTrue/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 valueslist of format rules which have to be copiedbooleanisTrue/isFalse means rules with equal parameter values are used/new created -
Constructor Summary
ConstructorsConstructorDescriptionARG_CopyFormatDlgCmd(MMProfile ohProfile, MMProfile ohSrcProfile, MMStereotype ohSrcStereo, boolean useExistingRules, boolean replaceEntries, boolean copyAll, List<MMFormatAble> seqRules) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(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 Details
-
ohProfile
profile of the selected stereotype -
ohSrcProfile
profile of the stereotype from which the format is copied -
ohSrcStereo
stereotype from which the format is copied -
useExistingRules
public boolean useExistingRulesisTrue/isFalse means rules with equal parameter values are used/new created -
replaceEntries
public boolean replaceEntriesisTrue/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 copyAllisTrue/isFalse means copy all rules of the format/copy only the specified rules (with parents) -
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:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- 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
-