Class BPMN2Profile.FormalExpressionStereotype

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

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

    • STEREOTYPE_NAME

      public static final String STEREOTYPE_NAME
      See Also:
    • BODY

      public static final String BODY
      The body of the expression.
      See Also:
    • EVALUATESTOTYPEREF

      public static final String EVALUATESTOTYPEREF
      The type of object that this Expression returns when evaluated. For example, conditional Expressions evaluate to a boolean.
      See Also:
    • LANGUAGE

      public static final String LANGUAGE
      Overrides the expression language specified in the Definitions.
      See Also:
    • ID

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

    • FormalExpressionStereotype

      protected FormalExpressionStereotype(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
    • getBodyProperty

      @CheckForNull public Property getBodyProperty()
    • getEvaluatesToTypeRefProperty

      @CheckForNull public Property getEvaluatesToTypeRefProperty()
    • getLanguageProperty

      @CheckForNull public Property getLanguageProperty()
    • getIdProperty

      @CheckForNull public Property getIdProperty()
    • setBody

      public void setBody(Element element, @CheckForNull Element value)
    • clearBody

      public void clearBody(Element element)
    • getBody

      @CheckForNull public Element getBody(Element element)
    • setEvaluatesToTypeRef

      public void setEvaluatesToTypeRef(Element element, @CheckForNull Element value)
    • clearEvaluatesToTypeRef

      public void clearEvaluatesToTypeRef(Element element)
    • getEvaluatesToTypeRef

      @CheckForNull public Element getEvaluatesToTypeRef(Element element)
    • setLanguage

      public void setLanguage(Element element, @CheckForNull String value)
    • clearLanguage

      public void clearLanguage(Element element)
    • getLanguage

      @CheckForNull public String getLanguage(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)