Class BPMN2Profile.LinkCatchIntermediateEventStereotype

    • Constructor Detail

      • LinkCatchIntermediateEventStereotype

        protected LinkCatchIntermediateEventStereotype​(BPMN2Profile profile)
    • Method Detail

      • getDataOutputAssociationProperty

        @CheckForNull
        public Property getDataOutputAssociationProperty()
      • getDataOutputsProperty

        @CheckForNull
        public Property getDataOutputsProperty()
      • getOutputSetProperty

        @CheckForNull
        public Property getOutputSetProperty()
      • getIdProperty

        @CheckForNull
        public Property getIdProperty()
      • getSourcesProperty

        @CheckForNull
        public Property getSourcesProperty()
      • getTargetLinkEventProperty

        @CheckForNull
        public Property getTargetLinkEventProperty()
      • setDataOutputAssociation

        public void setDataOutputAssociation​(Element element,
                                             @CheckForNull
                                             java.util.Collection<? extends Element> value)
      • clearDataOutputAssociation

        public void clearDataOutputAssociation​(Element element)
      • addDataOutputAssociation

        public void addDataOutputAssociation​(Element element,
                                             Element value)
      • removeDataOutputAssociation

        public void removeDataOutputAssociation​(Element element,
                                                Element value)
      • getDataOutputAssociation

        public java.util.List<Element> getDataOutputAssociation​(Element element)
      • setDataOutputs

        public void setDataOutputs​(Element element,
                                   @CheckForNull
                                   java.util.Collection<? extends Element> value)
      • clearDataOutputs

        public void clearDataOutputs​(Element element)
      • addDataOutputs

        public void addDataOutputs​(Element element,
                                   Element value)
      • removeDataOutputs

        public void removeDataOutputs​(Element element,
                                      Element value)
      • getDataOutputs

        public java.util.List<Element> getDataOutputs​(Element element)
      • setOutputSet

        public void setOutputSet​(Element element,
                                 @CheckForNull
                                 Element value)
      • clearOutputSet

        public void clearOutputSet​(Element element)
      • getOutputSet

        @CheckForNull
        public Element getOutputSet​(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)