Class ImportImpl

    • Field Detail

      • namespaceAttribute

        protected static Attribute<java.lang.String> namespaceAttribute
      • locationAttribute

        protected static Attribute<java.lang.String> locationAttribute
      • importTypeAttribute

        protected static Attribute<java.lang.String> importTypeAttribute
    • Method Detail

      • registerType

        public static void registerType​(ModelBuilder bpmnModelBuilder)
      • getNamespace

        public java.lang.String getNamespace()
        Specified by:
        getNamespace in interface Import
      • setNamespace

        public void setNamespace​(java.lang.String namespace)
        Specified by:
        setNamespace in interface Import
      • getLocation

        public java.lang.String getLocation()
        Specified by:
        getLocation in interface Import
      • setLocation

        public void setLocation​(java.lang.String location)
        Specified by:
        setLocation in interface Import
      • getImportType

        public java.lang.String getImportType()
        Specified by:
        getImportType in interface Import
      • setImportType

        public void setImportType​(java.lang.String importType)
        Specified by:
        setImportType in interface Import