Class AbstractN2oAccessPointReader<E extends AccessPoint>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getNamespaceUri()  
      void setNamespaceUri​(java.lang.String namespaceUri)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementClassAware

        getElementClass, newInstance
      • Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementNameAware

        getElementName
      • Methods inherited from interface net.n2oapp.framework.api.metadata.reader.ElementReader

        read
      • Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware

        getNamespace, getNamespacePrefix
    • Constructor Detail

      • AbstractN2oAccessPointReader

        public AbstractN2oAccessPointReader()
    • Method Detail

      • setNamespaceUri

        public void setNamespaceUri​(java.lang.String namespaceUri)
        Specified by:
        setNamespaceUri in interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
      • getNamespaceUri

        public java.lang.String getNamespaceUri()
        Specified by:
        getNamespaceUri in interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware