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