Class BPMN2Profile.LinkThrowIntermediateEventStereotype

    • Constructor Detail

      • LinkThrowIntermediateEventStereotype

        protected LinkThrowIntermediateEventStereotype​(BPMN2Profile profile)
    • Method Detail

      • 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
                          java.lang.String value)
      • clearId

        public void clearId​(Element element)
      • getId

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

        public void setSources​(Element element,
                               @CheckForNull
                               java.util.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 java.util.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)