Class BPMN2Profile.ConditionalEventDefinitionStereotype

    • Field Detail

      • CONDITION

        public static final java.lang.String CONDITION
        The Expression might be underspecified and provided in the form of natural language. For executable Processes (isExecutable = true), if the trigger is Conditional, then a FormalExpression MUST be entered.
        See Also:
        Constant Field Values
      • ID

        public static final java.lang.String ID
        This attribute is used to uniquely identify BPMN elements.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ConditionalEventDefinitionStereotype

        protected ConditionalEventDefinitionStereotype​(BPMN2Profile profile)
    • Method Detail

      • getConditionProperty

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