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 Details

  • Constructor Details

    • ConversationAssociationStereotype

      protected ConversationAssociationStereotype(BPMN2Profile profile)
  • Method Details

    • getStereotype

      public Stereotype getStereotype()
      Description copied from class: ProfileImplementation.StereotypeWrapper
      Returns stereotype for this wrapper.
      Specified by:
      getStereotype in class ProfileImplementation.StereotypeWrapper
      Returns:
      stereotype
    • getInnerConversationNodeRefProperty

      @CheckForNull public Property getInnerConversationNodeRefProperty()
    • getOuterConversationNodeRefProperty

      @CheckForNull public Property getOuterConversationNodeRefProperty()
    • getIdProperty

      @CheckForNull public Property getIdProperty()
    • setInnerConversationNodeRef

      public void setInnerConversationNodeRef(Element element, @CheckForNull Element value)
    • clearInnerConversationNodeRef

      public void clearInnerConversationNodeRef(Element element)
    • getInnerConversationNodeRef

      @CheckForNull public Element getInnerConversationNodeRef(Element element)
    • setOuterConversationNodeRef

      public void setOuterConversationNodeRef(Element element, @CheckForNull Collection<? extends Element> value)
    • clearOuterConversationNodeRef

      public void clearOuterConversationNodeRef(Element element)
    • addOuterConversationNodeRef

      public void addOuterConversationNodeRef(Element element, Element value)
    • removeOuterConversationNodeRef

      public void removeOuterConversationNodeRef(Element element, Element value)
    • getOuterConversationNodeRef

      public List<Element> getOuterConversationNodeRef(Element element)
    • setId

      public void setId(Element element, @CheckForNull String value)
    • clearId

      public void clearId(Element element)
    • getId

      @CheckForNull public String getId(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)