Class AbstractTypedElementIO<T>
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.io.AbstractTypedElementIO<T>
-
- All Implemented Interfaces:
ElementClassAware<T>,ElementNameAware,ClassedElementIO<T>,ElementIO<T>,NamedElementIO<T>,TypedElementIO<T>
- Direct Known Subclasses:
AbstractNamespaceIO
public abstract class AbstractTypedElementIO<T> extends java.lang.Object implements TypedElementIO<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractTypedElementIO()
-
Method Summary
-
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
-
-