Class BPMN2Profile.OutputSetStereotype

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

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

  • Constructor Details

    • OutputSetStereotype

      protected OutputSetStereotype(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
    • getDataOutputRefsProperty

      @CheckForNull public Property getDataOutputRefsProperty()
    • getInputSetRefsProperty

      @CheckForNull public Property getInputSetRefsProperty()
    • getOptionalOutputProperty

      @CheckForNull public Property getOptionalOutputProperty()
    • getWhileExecutingOutputProperty

      @CheckForNull public Property getWhileExecutingOutputProperty()
    • getIdProperty

      @CheckForNull public Property getIdProperty()
    • setDataOutputRefs

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

      public void clearDataOutputRefs(Element element)
    • addDataOutputRefs

      public void addDataOutputRefs(Element element, Element value)
    • removeDataOutputRefs

      public void removeDataOutputRefs(Element element, Element value)
    • getDataOutputRefs

      public List<Element> getDataOutputRefs(Element element)
    • setInputSetRefs

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

      public void clearInputSetRefs(Element element)
    • addInputSetRefs

      public void addInputSetRefs(Element element, Element value)
    • removeInputSetRefs

      public void removeInputSetRefs(Element element, Element value)
    • getInputSetRefs

      public List<Element> getInputSetRefs(Element element)
    • setOptionalOutput

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

      public void clearOptionalOutput(Element element)
    • addOptionalOutput

      public void addOptionalOutput(Element element, Element value)
    • removeOptionalOutput

      public void removeOptionalOutput(Element element, Element value)
    • getOptionalOutput

      public List<Element> getOptionalOutput(Element element)
    • setWhileExecutingOutput

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

      public void clearWhileExecutingOutput(Element element)
    • addWhileExecutingOutput

      public void addWhileExecutingOutput(Element element, Element value)
    • removeWhileExecutingOutput

      public void removeWhileExecutingOutput(Element element, Element value)
    • getWhileExecutingOutput

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