Class ImportImpl

    • Field Detail

      • namespaceAttribute

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

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

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

      • 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
      • getLocationUri

        public java.lang.String getLocationUri()
        Specified by:
        getLocationUri in interface Import
      • setLocationUri

        public void setLocationUri​(java.lang.String locationUri)
        Specified by:
        setLocationUri 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
      • registerType

        public static void registerType​(ModelBuilder modelBuilder)