Interface EmptyCopyable<C extends EmptyCopyable<C>>
- Type Parameters:
C- is the type of aEmptyCopyable.
- All Known Subinterfaces:
IDataAdapter, IDataAdapterAndSchemaReader
- All Known Implementing Classes:
AbstractDataAdapter, AbstractDataAdapterAndSchemaReader, MsSqlDataAdapter, MsSqlDataAdapterAndSchemaReader, NodeDataAdapter, NodeDataAdapterAndSchemaReader
public interface EmptyCopyable<C extends EmptyCopyable<C>>
A
EmptyCopyable can create an empty copy of itself.- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
createEmptyCopy
C createEmptyCopy()- Returns:
- a new empty copy of the current
EmptyCopyable.
-