Class BPMN2Profile.PartnerEntityStereotype

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

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

  • Constructor Details

    • PartnerEntityStereotype

      protected PartnerEntityStereotype(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
    • getParticipantRefProperty

      @CheckForNull public Property getParticipantRefProperty()
    • getIdProperty

      @CheckForNull public Property getIdProperty()
    • setParticipantRef

      public void setParticipantRef(Element element, @CheckForNull Element value)
    • clearParticipantRef

      public void clearParticipantRef(Element element)
    • getParticipantRef

      @CheckForNull public Element getParticipantRef(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)