Class ComponentIOv3<T extends N2oComponent>
java.lang.Object
net.n2oapp.framework.config.io.control.v3.ComponentIOv3<T>
- All Implemented Interfaces:
ElementClassAware<T>,ElementNameAware,NamespaceUriAware,ClassedElementIO<T>,ElementIO<T>,NamedElementIO<T>,NamespaceIO<T>,TypedElementIO<T>
public abstract class ComponentIOv3<T extends N2oComponent>
extends Object
implements NamespaceIO<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, getNamespaceUri, setNamespacePrefix, setNamespaceUri
-
Constructor Details
-
ComponentIOv3
public ComponentIOv3()
-
-
Method Details
-
io
- Specified by:
ioin interfaceElementIO<T extends N2oComponent>
-