Class BPMN2Profile.OutputSetStereotype

    • Constructor Detail

      • OutputSetStereotype

        protected OutputSetStereotype​(BPMN2Profile profile)
    • Method Detail

      • 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
                                      java.util.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 java.util.List<Element> getDataOutputRefs​(Element element)
      • setInputSetRefs

        public void setInputSetRefs​(Element element,
                                    @CheckForNull
                                    java.util.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 java.util.List<Element> getInputSetRefs​(Element element)
      • setOptionalOutput

        public void setOptionalOutput​(Element element,
                                      @CheckForNull
                                      java.util.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 java.util.List<Element> getOptionalOutput​(Element element)
      • setWhileExecutingOutput

        public void setWhileExecutingOutput​(Element element,
                                            @CheckForNull
                                            java.util.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 java.util.List<Element> getWhileExecutingOutput​(Element element)
      • setId

        public void setId​(Element element,
                          @CheckForNull
                          java.lang.String value)
      • clearId

        public void clearId​(Element element)
      • getId

        @CheckForNull
        public java.lang.String getId​(Element element)
      • clear

        protected void clear()
      • is

        public boolean is​(@CheckForNull
                          Element element)
      • isInstance

        public static boolean isInstance​(@CheckForNull
                                         Element element)