Class AccessPointElementIOv2<T extends AccessPoint>
java.lang.Object
net.n2oapp.framework.access.metadata.accesspoint.io.AccessPointElementIOv2<T>
- Type Parameters:
T- - наследник AccessPoint
- All Implemented Interfaces:
AccessPointIOv2,net.n2oapp.framework.api.metadata.aware.BaseElementClassAware<AccessPoint>,net.n2oapp.framework.api.metadata.aware.ElementClassAware<T>,net.n2oapp.framework.api.metadata.aware.ElementNameAware,net.n2oapp.framework.api.metadata.aware.NamespaceUriAware,net.n2oapp.framework.api.metadata.io.ClassedElementIO<T>,net.n2oapp.framework.api.metadata.io.ElementIO<T>,net.n2oapp.framework.api.metadata.io.NamedElementIO<T>,net.n2oapp.framework.api.metadata.io.NamespaceIO<T>,net.n2oapp.framework.api.metadata.io.TypedElementIO<T>
- Direct Known Subclasses:
ObjectAccessPointIOv2,ObjectFiltersAccessPointIOv2,PageAccessPointIOv2,UrlAccessPointIOv2
public abstract class AccessPointElementIOv2<T extends AccessPoint>
extends Object
implements net.n2oapp.framework.api.metadata.io.NamespaceIO<T>, AccessPointIOv2
Абстракция для IO наследников точки доступа AccessPoint v2.0
-
Field Summary
Fields inherited from interface net.n2oapp.framework.access.metadata.accesspoint.io.AccessPointIOv2
NAMESPACE -
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.access.metadata.accesspoint.io.AccessPointIOv2
getBaseElementClass, getNamespace, getNamespaceUri, setNamespaceUriMethods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementClassAware
getElementClass, newInstanceMethods inherited from interface net.n2oapp.framework.api.metadata.io.ElementIO
ioMethods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementNameAware
getElementNameMethods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespacePrefix, setNamespacePrefix
-
Constructor Details
-
AccessPointElementIOv2
public AccessPointElementIOv2()
-