Class BPMN2Profile.ResourceParameterBindingStereotype

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

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

  • Constructor Details

    • ResourceParameterBindingStereotype

      protected ResourceParameterBindingStereotype(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
    • getExpressionProperty

      @CheckForNull public Property getExpressionProperty()
    • getParameterRefProperty

      @CheckForNull public Property getParameterRefProperty()
    • setExpression

      public void setExpression(Element element, @CheckForNull String value)
    • clearExpression

      public void clearExpression(Element element)
    • getExpression

      @CheckForNull public String getExpression(Element element)
    • setParameterRef

      public void setParameterRef(Element element, @CheckForNull Element value)
    • clearParameterRef

      public void clearParameterRef(Element element)
    • getParameterRef

      @CheckForNull public Element getParameterRef(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)