Class BPMN2Profile.CorrelationKeyStereotype

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

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

    • STEREOTYPE_NAME

      public static final String STEREOTYPE_NAME
      See Also:
    • CORRELATIONPROPERTYREF

      public static final String CORRELATIONPROPERTYREF
      The CorrelationProperties, representing the partial keys of this CorrelationKey.
      See Also:
    • ID

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

    • CorrelationKeyStereotype

      protected CorrelationKeyStereotype(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
    • getCorrelationPropertyRefProperty

      @CheckForNull public Property getCorrelationPropertyRefProperty()
    • getIdProperty

      @CheckForNull public Property getIdProperty()
    • setCorrelationPropertyRef

      public void setCorrelationPropertyRef(Element element, @CheckForNull 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 List<Element> getCorrelationPropertyRef(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)