Class ARG_CopyConstraintDlgCmd
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_CopyConstraintDlgCmd
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_CopyConstraintDlgCmd
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanisTrue/isFalse means copy all classification constraints/copy only the specified classification constraintsprofile of the selected stereotypeprofile of the stereotype from which the classification constraints are copiedstereotype from which the classification constraints are copiedlist of classification constraints which have to be copied -
Constructor Summary
ConstructorsConstructorDescriptionARG_CopyConstraintDlgCmd(MMProfile ohProfile, MMProfile ohSrcProfile, MMStereotype ohSrcStereo, boolean copyAll, List<MM2ClassificationConstraint> seqCnstr) -
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 classification constraints are copied -
ohSrcStereo
stereotype from which the classification constraints are copied -
copyAll
public boolean copyAllisTrue/isFalse means copy all classification constraints/copy only the specified classification constraints -
seqCnstr
list of classification constraints which have to be copied
-
-
Constructor Details
-
ARG_CopyConstraintDlgCmd
public ARG_CopyConstraintDlgCmd() -
ARG_CopyConstraintDlgCmd
public ARG_CopyConstraintDlgCmd(MMProfile ohProfile, MMProfile ohSrcProfile, MMStereotype ohSrcStereo, boolean copyAll, List<MM2ClassificationConstraint> seqCnstr)
-
-
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
-