|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.db.components.DeleteableCode
public class DeleteableCode
This class genereates the code to make a DBAccessor class an implementation of the Deleteable interface.
Constructor Summary | |
---|---|
DeleteableCode(DBMetaData aMeta)
This constructor will generate the code to make the DBAccessor an implementation of the Deleteable interface, based on the specified metadata. |
Method Summary | |
---|---|
java.lang.String |
toString()
This method will report on the generated code. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteableCode(DBMetaData aMeta)
aMeta
- DBMetaData with the metadata to generate the code for.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 |