Class AbstractRegionIOv3<T extends N2oRegion & NamespaceUriAware>
java.lang.Object
net.n2oapp.framework.config.io.control.ComponentIO<T>
net.n2oapp.framework.config.io.region.v3.AbstractRegionIOv3<T>
- All Implemented Interfaces:
ElementClassAware<T>,ElementNameAware,NamespaceUriAware,ClassedElementIO<T>,ElementIO<T>,NamedElementIO<T>,NamespaceIO<T>,TypedElementIO<T>
- Direct Known Subclasses:
BaseRegionIOv3,ScrollspyRegionIOv3,TabsRegionIOv3
public abstract class AbstractRegionIOv3<T extends N2oRegion & NamespaceUriAware>
extends ComponentIO<T>
Чтение\запись абстрактного региона версии 3.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementClassAware
getElementClass, newInstanceMethods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementNameAware
getElementNameMethods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, setNamespacePrefix, setNamespaceUri
-
Constructor Details
-
AbstractRegionIOv3
public AbstractRegionIOv3()
-
-
Method Details
-
io
- Specified by:
ioin interfaceElementIO<T extends N2oRegion & NamespaceUriAware>- Overrides:
ioin classComponentIO<T extends N2oRegion & NamespaceUriAware>
-
getNamespaceUri
-