Class BPMN2Profile.ErrorEndEventStereotype

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

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

  • Constructor Details

    • ErrorEndEventStereotype

      protected ErrorEndEventStereotype(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()
    • getErrorRefProperty

      @CheckForNull public Property getErrorRefProperty()
    • 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)
    • setErrorRef

      public void setErrorRef(Element element, @CheckForNull Element value)
    • clearErrorRef

      public void clearErrorRef(Element element)
    • getErrorRef

      @CheckForNull public Element getErrorRef(Element element)
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)