Class BPMN2Profile.ImportStereotype

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

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

    • STEREOTYPE_NAME

      public static final String STEREOTYPE_NAME
      See Also:
    • DEFINITION

      public static final String DEFINITION
      See Also:
    • IMPORTTYPE

      public static final String IMPORTTYPE
      Specifies the style of import associated with the element. For example, a value of http://www.w3.org/2001/XMLSchema indicates that the imported element is an XML schema. A value of http://www.omg.org/bpmn20 indicates that the imported element is a BPMN element.
      See Also:
    • LOCATION

      public static final String LOCATION
      Identifies the location of the imported element.
      See Also:
    • NAMESPACE

      public static final String NAMESPACE
      Identifies the namespace of the imported element.
      See Also:
  • Constructor Details

    • ImportStereotype

      protected ImportStereotype(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
    • getDefinitionProperty

      @CheckForNull public Property getDefinitionProperty()
    • getImportTypeProperty

      @CheckForNull public Property getImportTypeProperty()
    • getLocationProperty

      @CheckForNull public Property getLocationProperty()
    • getNamespaceProperty

      @CheckForNull public Property getNamespaceProperty()
    • setDefinition

      public void setDefinition(Element element, @CheckForNull Element value)
    • clearDefinition

      public void clearDefinition(Element element)
    • getDefinition

      @CheckForNull public Element getDefinition(Element element)
    • setImportType

      public void setImportType(Element element, @CheckForNull String value)
    • clearImportType

      public void clearImportType(Element element)
    • getImportType

      @CheckForNull public String getImportType(Element element)
    • setLocation

      public void setLocation(Element element, @CheckForNull String value)
    • clearLocation

      public void clearLocation(Element element)
    • getLocation

      @CheckForNull public String getLocation(Element element)
    • setNamespace

      public void setNamespace(Element element, @CheckForNull String value)
    • clearNamespace

      public void clearNamespace(Element element)
    • getNamespace

      @CheckForNull public String getNamespace(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)