Package com.compomics.util.db.components
Class Constructors
java.lang.Object
com.compomics.util.db.components.Constructors
public class Constructors extends Object
This class will generate the code for a default and full constructor for a DBAccessor,
defined by the metadata passed in via the constructor.
- Author:
- Lennart Martens
-
Constructor Summary
Constructors Constructor Description Constructors()
Empty default constructorConstructors(DBMetaData aMeta)
This constructor takes care of generating the code that represents the constructor for a DBAccessor for the given metadata. -
Method Summary
-
Constructor Details
-
Constructors
public Constructors()Empty default constructor -
Constructors
This constructor takes care of generating the code that represents the constructor for a DBAccessor for the given metadata.- Parameters:
aMeta
- DBMetaData with the metadata for the DBAccessor to be generated.
-
-
Method Details