Class BPMN2Profile.ChoreographyTaskStereotype

java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.ChoreographyTaskStereotype
Enclosing class:
BPMN2Profile

public static class BPMN2Profile.ChoreographyTaskStereotype extends ProfileImplementation.StereotypeWrapper
  • Field Details

  • Constructor Details

    • ChoreographyTaskStereotype

      protected ChoreographyTaskStereotype(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
    • getMessageFlowProperty

      @CheckForNull public Property getMessageFlowProperty()
    • getBoundaryEventRefsProperty

      @CheckForNull public Property getBoundaryEventRefsProperty()
    • getInitiatingParticipantRefProperty

      @CheckForNull public Property getInitiatingParticipantRefProperty()
    • getParticipantRefsProperty

      @CheckForNull public Property getParticipantRefsProperty()
    • getIdProperty

      @CheckForNull public Property getIdProperty()
    • setMessageFlow

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

      public void clearMessageFlow(Element element)
    • addMessageFlow

      public void addMessageFlow(Element element, Element value)
    • removeMessageFlow

      public void removeMessageFlow(Element element, Element value)
    • getMessageFlow

      public List<Element> getMessageFlow(Element element)
    • setBoundaryEventRefs

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

      public void clearBoundaryEventRefs(Element element)
    • addBoundaryEventRefs

      public void addBoundaryEventRefs(Element element, Element value)
    • removeBoundaryEventRefs

      public void removeBoundaryEventRefs(Element element, Element value)
    • getBoundaryEventRefs

      public List<Element> getBoundaryEventRefs(Element element)
    • setInitiatingParticipantRef

      public void setInitiatingParticipantRef(Element element, @CheckForNull Element value)
    • clearInitiatingParticipantRef

      public void clearInitiatingParticipantRef(Element element)
    • getInitiatingParticipantRef

      @CheckForNull public Element getInitiatingParticipantRef(Element element)
    • setParticipantRefs

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

      public void clearParticipantRefs(Element element)
    • addParticipantRefs

      public void addParticipantRefs(Element element, Element value)
    • removeParticipantRefs

      public void removeParticipantRefs(Element element, Element value)
    • getParticipantRefs

      public List<Element> getParticipantRefs(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)