Class BPMN2Profile.FormalExpressionStereotype

    • Field Detail

      • BODY

        public static final java.lang.String BODY
        The body of the expression.
        See Also:
        Constant Field Values
      • EVALUATESTOTYPEREF

        public static final java.lang.String EVALUATESTOTYPEREF
        The type of object that this Expression returns when evaluated. For example, conditional Expressions evaluate to a boolean.
        See Also:
        Constant Field Values
      • LANGUAGE

        public static final java.lang.String LANGUAGE
        Overrides the expression language specified in the Definitions.
        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

      • FormalExpressionStereotype

        protected FormalExpressionStereotype​(BPMN2Profile profile)
    • Method Detail

      • getBodyProperty

        @CheckForNull
        public Property getBodyProperty()
      • getEvaluatesToTypeRefProperty

        @CheckForNull
        public Property getEvaluatesToTypeRefProperty()
      • getLanguageProperty

        @CheckForNull
        public Property getLanguageProperty()
      • getIdProperty

        @CheckForNull
        public Property getIdProperty()
      • setBody

        public void setBody​(Element element,
                            @CheckForNull
                            Element value)
      • clearBody

        public void clearBody​(Element element)
      • setEvaluatesToTypeRef

        public void setEvaluatesToTypeRef​(Element element,
                                          @CheckForNull
                                          Element value)
      • clearEvaluatesToTypeRef

        public void clearEvaluatesToTypeRef​(Element element)
      • getEvaluatesToTypeRef

        @CheckForNull
        public Element getEvaluatesToTypeRef​(Element element)
      • setLanguage

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

        public void clearLanguage​(Element element)
      • getLanguage

        @CheckForNull
        public java.lang.String getLanguage​(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)