Class BPMN2Profile.LinkEventDefinitionStereotype

    • Constructor Detail

      • LinkEventDefinitionStereotype

        protected LinkEventDefinitionStereotype​(BPMN2Profile profile)
    • Method Detail

      • getSourcesProperty

        @CheckForNull
        public Property getSourcesProperty()
      • getTargetLinkEventProperty

        @CheckForNull
        public Property getTargetLinkEventProperty()
      • getIdProperty

        @CheckForNull
        public Property getIdProperty()
      • 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)
      • 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)