|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.db.components.Constructors
public class Constructors
This class will generate the code for a default and full constructor for a DBAccessor, defined by the metadata passed in via the constructor.
Constructor Summary | |
---|---|
Constructors(DBMetaData aMeta)
This constructor takes care of generating the code that represents the constructor for a DBAccessor for the given metadata. |
Method Summary | |
---|---|
java.lang.String |
toString()
This method outputs the generated code in String format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Constructors(DBMetaData aMeta)
aMeta
- DBMetaData with the metadata for the DBAccessor to be generated.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |