|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectde.mid.innovator.srv2api.icw2meta.ARG_CopyFormatDlgCmd
public class ARG_CopyFormatDlgCmd
| 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 |
|---|
public boolean copyAll
public MMProfile ohProfile
public MMProfile ohSrcProfile
public MMStereotype ohSrcStereo
public boolean replaceEntries
public List<MMFormatAble> seqRules
public boolean useExistingRules
| Constructor Detail |
|---|
public ARG_CopyFormatDlgCmd()
public ARG_CopyFormatDlgCmd(MMProfile ohProfile,
MMProfile ohSrcProfile,
MMStereotype ohSrcStereo,
boolean useExistingRules,
boolean replaceEntries,
boolean copyAll,
List<MMFormatAble> seqRules)
| Method Detail |
|---|
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
marshal in interface de.mid.innovator.srv2api.impl.MarshallAblepublic void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
SrvContext srvctx)
unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||