Class BPMN2Profile.ImportStereotype

    • Field Detail

      • IMPORTTYPE

        public static final java.lang.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:
        Constant Field Values
      • LOCATION

        public static final java.lang.String LOCATION
        Identifies the location of the imported element.
        See Also:
        Constant Field Values
      • NAMESPACE

        public static final java.lang.String NAMESPACE
        Identifies the namespace of the imported element.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ImportStereotype

        protected ImportStereotype​(BPMN2Profile profile)
    • Method Detail

      • 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
                                  java.lang.String value)
      • clearImportType

        public void clearImportType​(Element element)
      • getImportType

        @CheckForNull
        public java.lang.String getImportType​(Element element)
      • setLocation

        public void setLocation​(Element element,
                                @CheckForNull
                                java.lang.String value)
      • clearLocation

        public void clearLocation​(Element element)
      • getLocation

        @CheckForNull
        public java.lang.String getLocation​(Element element)
      • setNamespace

        public void setNamespace​(Element element,
                                 @CheckForNull
                                 java.lang.String value)
      • clearNamespace

        public void clearNamespace​(Element element)
      • getNamespace

        @CheckForNull
        public java.lang.String getNamespace​(Element element)
      • clear

        protected void clear()
      • is

        public boolean is​(@CheckForNull
                          Element element)
      • isInstance

        public static boolean isInstance​(@CheckForNull
                                         Element element)