Class BPMN2Profile.CorrelationPropertyStereotype

java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.CorrelationPropertyStereotype
Enclosing class:
BPMN2Profile

public static class BPMN2Profile.CorrelationPropertyStereotype extends ProfileImplementation.StereotypeWrapper
  • Field Details

    • STEREOTYPE_NAME

      public static final String STEREOTYPE_NAME
      See Also:
    • CORRELATIONPROPERTYRETIEVALEXPRESSION

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

      public static final String TYPE
      Specifies the type of the CorrelationProperty.
      See Also:
    • ID

      public static final String ID
      This attribute is used to uniquely identify BPMN elements.
      See Also:
  • Constructor Details

    • CorrelationPropertyStereotype

      protected CorrelationPropertyStereotype(BPMN2Profile profile)
  • Method Details

    • getStereotype

      public Stereotype getStereotype()
      Description copied from class: ProfileImplementation.StereotypeWrapper
      Returns stereotype for this wrapper.
      Specified by:
      getStereotype in class ProfileImplementation.StereotypeWrapper
      Returns:
      stereotype
    • getCorrelationPropertyRetievalExpressionProperty

      @CheckForNull public Property getCorrelationPropertyRetievalExpressionProperty()
    • getTypeProperty

      @CheckForNull public Property getTypeProperty()
    • getIdProperty

      @CheckForNull public Property getIdProperty()
    • setCorrelationPropertyRetievalExpression

      public void setCorrelationPropertyRetievalExpression(Element element, @CheckForNull 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 List<Element> getCorrelationPropertyRetievalExpression(Element element)
    • setType

      public void setType(Element element, @CheckForNull String value)
    • clearType

      public void clearType(Element element)
    • getType

      @CheckForNull public String getType(Element element)
    • setId

      public void setId(Element element, @CheckForNull String value)
    • clearId

      public void clearId(Element element)
    • getId

      @CheckForNull public String getId(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)