Class BPMN2Profile.LinkThrowIntermediateEventStereotype

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

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

  • Constructor Details

    • LinkThrowIntermediateEventStereotype

      protected LinkThrowIntermediateEventStereotype(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
    • getDataInputProperty

      @CheckForNull public Property getDataInputProperty()
    • getInputSetProperty

      @CheckForNull public Property getInputSetProperty()
    • getIdProperty

      @CheckForNull public Property getIdProperty()
    • getSourcesProperty

      @CheckForNull public Property getSourcesProperty()
    • getTargetLinkEventProperty

      @CheckForNull public Property getTargetLinkEventProperty()
    • setDataInput

      public void setDataInput(Element element, @CheckForNull Element value)
    • clearDataInput

      public void clearDataInput(Element element)
    • getDataInput

      @CheckForNull public Element getDataInput(Element element)
    • setInputSet

      public void setInputSet(Element element, @CheckForNull Element value)
    • clearInputSet

      public void clearInputSet(Element element)
    • getInputSet

      @CheckForNull public Element getInputSet(Element element)
    • setId

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

      public void clearId(Element element)
    • getId

      @CheckForNull public String getId(Element element)
    • setSources

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

      public void clearSources(Element element)
    • addSources

      public void addSources(Element element, Element value)
    • removeSources

      public void removeSources(Element element, Element value)
    • getSources

      public List<Element> getSources(Element element)
    • setTargetLinkEvent

      public void setTargetLinkEvent(Element element, @CheckForNull Element value)
    • clearTargetLinkEvent

      public void clearTargetLinkEvent(Element element)
    • getTargetLinkEvent

      @CheckForNull public Element getTargetLinkEvent(Element element)
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)