Class BPMN2Profile.SignalEndEventStereotype

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

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

  • Constructor Details

    • SignalEndEventStereotype

      protected SignalEndEventStereotype(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
    • getDataInputProperty

      @CheckForNull public Property getDataInputProperty()
    • getInputSetProperty

      @CheckForNull public Property getInputSetProperty()
    • getIdProperty

      @CheckForNull public Property getIdProperty()
    • getSignalRefProperty

      @CheckForNull public Property getSignalRefProperty()
    • setDataInput

      public void setDataInput(Element element, @CheckForNull Element value)
    • clearDataInput

      public void clearDataInput(Element element)
    • getDataInput

      @CheckForNull public Element getDataInput(Element element)
    • setInputSet

      public void setInputSet(Element element, @CheckForNull Element value)
    • clearInputSet

      public void clearInputSet(Element element)
    • getInputSet

      @CheckForNull public Element getInputSet(Element element)
    • setId

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

      public void clearId(Element element)
    • getId

      @CheckForNull public String getId(Element element)
    • setSignalRef

      public void setSignalRef(Element element, @CheckForNull Element value)
    • clearSignalRef

      public void clearSignalRef(Element element)
    • getSignalRef

      @CheckForNull public Element getSignalRef(Element element)
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)