Class BPMN2Profile.BPMNInterfaceStereotype

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

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

    • STEREOTYPE_NAME

      public static final String STEREOTYPE_NAME
      See Also:
    • IMPLEMENTATIONREF

      public static final String IMPLEMENTATIONREF
      This attribute allows to reference a concrete artifact in the underlying implementation technology representing that interface, such as a WSDL porttype.
      See Also:
    • ID

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

    • BPMNInterfaceStereotype

      protected BPMNInterfaceStereotype(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
    • getImplementationRefProperty

      @CheckForNull public Property getImplementationRefProperty()
    • getIdProperty

      @CheckForNull public Property getIdProperty()
    • setImplementationRef

      public void setImplementationRef(Element element, @CheckForNull Element value)
    • clearImplementationRef

      public void clearImplementationRef(Element element)
    • getImplementationRef

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