Class BPMN2Profile.ComplexBehaviorDefinitionStereotype

    • Constructor Detail

      • ComplexBehaviorDefinitionStereotype

        protected ComplexBehaviorDefinitionStereotype​(BPMN2Profile profile)
    • Method Detail

      • getConditionProperty

        @CheckForNull
        public Property getConditionProperty()
      • getEventProperty

        @CheckForNull
        public Property getEventProperty()
      • getIdProperty

        @CheckForNull
        public Property getIdProperty()
      • setCondition

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

        public void clearCondition​(Element element)
      • getCondition

        @CheckForNull
        public java.lang.String getCondition​(Element element)
      • setEvent

        public void setEvent​(Element element,
                             @CheckForNull
                             Element value)
      • clearEvent

        public void clearEvent​(Element element)
      • getEvent

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