Class BPMN2Profile.DataAssociationStereotype

    • Field Detail

      • ASSIGNMENT

        public static final java.lang.String ASSIGNMENT
        Specifies one or more data elements Assignments. By using an Assignment, single data structure elements can be assigned from the source structure to the target structure.
        See Also:
        Constant Field Values
      • TRANSFORMATION

        public static final java.lang.String TRANSFORMATION
        Specifies an optional transformation Expression. The actual scope of accessible data for that Expression is defined by the source and target of the specific Data Association types.
        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

      • DataAssociationStereotype

        protected DataAssociationStereotype​(BPMN2Profile profile)
    • Method Detail

      • getAssignmentProperty

        @CheckForNull
        public Property getAssignmentProperty()
      • getTransformationProperty

        @CheckForNull
        public Property getTransformationProperty()
      • getIdProperty

        @CheckForNull
        public Property getIdProperty()
      • setAssignment

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

        public void clearAssignment​(Element element)
      • addAssignment

        public void addAssignment​(Element element,
                                  Element value)
      • removeAssignment

        public void removeAssignment​(Element element,
                                     Element value)
      • getAssignment

        public java.util.List<Element> getAssignment​(Element element)
      • setTransformation

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

        public void clearTransformation​(Element element)
      • getTransformation

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