Class BPMN2Profile.ConversationAssociationStereotype

    • Field Detail

      • INNERCONVERSATIONNODEREF

        public static final java.lang.String INNERCONVERSATIONNODEREF
        See Also:
        Constant Field Values
      • OUTERCONVERSATIONNODEREF

        public static final java.lang.String OUTERCONVERSATIONNODEREF
        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

      • ConversationAssociationStereotype

        protected ConversationAssociationStereotype​(BPMN2Profile profile)
    • Method Detail

      • getInnerConversationNodeRefProperty

        @CheckForNull
        public Property getInnerConversationNodeRefProperty()
      • getOuterConversationNodeRefProperty

        @CheckForNull
        public Property getOuterConversationNodeRefProperty()
      • getIdProperty

        @CheckForNull
        public Property getIdProperty()
      • setInnerConversationNodeRef

        public void setInnerConversationNodeRef​(Element element,
                                                @CheckForNull
                                                Element value)
      • clearInnerConversationNodeRef

        public void clearInnerConversationNodeRef​(Element element)
      • getInnerConversationNodeRef

        @CheckForNull
        public Element getInnerConversationNodeRef​(Element element)
      • setOuterConversationNodeRef

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

        public void clearOuterConversationNodeRef​(Element element)
      • addOuterConversationNodeRef

        public void addOuterConversationNodeRef​(Element element,
                                                Element value)
      • removeOuterConversationNodeRef

        public void removeOuterConversationNodeRef​(Element element,
                                                   Element value)
      • getOuterConversationNodeRef

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