Class BPMN2Profile.ConversationAssociationStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.ConversationAssociationStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.ConversationAssociationStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addOuterConversationNodeRef
(Element element, Element value) protected void
clear()
void
void
clearInnerConversationNodeRef
(Element element) void
clearOuterConversationNodeRef
(Element element) getInnerConversationNodeRef
(Element element) getOuterConversationNodeRef
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeOuterConversationNodeRef
(Element element, Element value) void
void
setInnerConversationNodeRef
(Element element, Element value) void
setOuterConversationNodeRef
(Element element, Collection<? extends Element> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
INNERCONVERSATIONNODEREF
- See Also:
-
OUTERCONVERSATIONNODEREF
- See Also:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
-
Constructor Details
-
ConversationAssociationStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getInnerConversationNodeRefProperty
-
getOuterConversationNodeRefProperty
-
getIdProperty
-
setInnerConversationNodeRef
-
clearInnerConversationNodeRef
-
getInnerConversationNodeRef
-
setOuterConversationNodeRef
public void setOuterConversationNodeRef(Element element, @CheckForNull Collection<? extends Element> value) -
clearOuterConversationNodeRef
-
addOuterConversationNodeRef
-
removeOuterConversationNodeRef
-
getOuterConversationNodeRef
-
setId
-
clearId
-
getId
-
clear
protected void clear() -
is
-
isInstance
-