Class BPMN2Profile.CorrelationPropertyStereotype

    • Field Detail

      • CORRELATIONPROPERTYRETIEVALEXPRESSION

        public static final java.lang.String CORRELATIONPROPERTYRETIEVALEXPRESSION
        The CorrelationPropertyRetrievalExpressions for this CorrelationProperty, representing the associations of FormalExpressions (extraction paths) to specific Messages occurring in this Conversation.
        See Also:
        Constant Field Values
      • TYPE

        public static final java.lang.String TYPE
        Specifies the type of the CorrelationProperty.
        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

      • CorrelationPropertyStereotype

        protected CorrelationPropertyStereotype​(BPMN2Profile profile)
    • Method Detail

      • getCorrelationPropertyRetievalExpressionProperty

        @CheckForNull
        public Property getCorrelationPropertyRetievalExpressionProperty()
      • getTypeProperty

        @CheckForNull
        public Property getTypeProperty()
      • getIdProperty

        @CheckForNull
        public Property getIdProperty()
      • setCorrelationPropertyRetievalExpression

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

        public void clearCorrelationPropertyRetievalExpression​(Element element)
      • addCorrelationPropertyRetievalExpression

        public void addCorrelationPropertyRetievalExpression​(Element element,
                                                             Element value)
      • removeCorrelationPropertyRetievalExpression

        public void removeCorrelationPropertyRetievalExpression​(Element element,
                                                                Element value)
      • getCorrelationPropertyRetievalExpression

        public java.util.List<Element> getCorrelationPropertyRetievalExpression​(Element element)
      • setType

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

        public void clearType​(Element element)
      • getType

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