Class AbstractRegionIOv2<T extends N2oRegion & NamespaceUriAware>
java.lang.Object
net.n2oapp.framework.config.io.control.ComponentIO<T>
net.n2oapp.framework.config.io.region.v2.AbstractRegionIOv2<T>
- All Implemented Interfaces:
ElementClassAware<T>,ElementNameAware,NamespaceUriAware,ClassedElementIO<T>,ElementIO<T>,NamedElementIO<T>,NamespaceIO<T>,TypedElementIO<T>
- Direct Known Subclasses:
BaseRegionIOv2,TabsRegionIOv2
public abstract class AbstractRegionIOv2<T extends N2oRegion & NamespaceUriAware>
extends ComponentIO<T>
Чтение\запись абстрактного региона версии 2.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
-
AbstractRegionIOv2
public AbstractRegionIOv2()
-
-
Method Details
-
io
- Specified by:
ioin interfaceElementIO<T extends N2oRegion & NamespaceUriAware>- Overrides:
ioin classComponentIO<T extends N2oRegion & NamespaceUriAware>
-
getNamespaceUri
-