Class BPMN2Profile.CorrelationKeyStereotype

    • Field Detail

      • CORRELATIONPROPERTYREF

        public static final java.lang.String CORRELATIONPROPERTYREF
        The CorrelationProperties, representing the partial keys of this CorrelationKey.
        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

      • CorrelationKeyStereotype

        protected CorrelationKeyStereotype​(BPMN2Profile profile)
    • Method Detail

      • getCorrelationPropertyRefProperty

        @CheckForNull
        public Property getCorrelationPropertyRefProperty()
      • getIdProperty

        @CheckForNull
        public Property getIdProperty()
      • setCorrelationPropertyRef

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

        public void clearCorrelationPropertyRef​(Element element)
      • addCorrelationPropertyRef

        public void addCorrelationPropertyRef​(Element element,
                                              Element value)
      • removeCorrelationPropertyRef

        public void removeCorrelationPropertyRef​(Element element,
                                                 Element value)
      • getCorrelationPropertyRef

        public java.util.List<Element> getCorrelationPropertyRef​(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)