|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.strbio.util.db.Info
public class Info
A piece of info that can be put in a database.
Version 1.0, 7/21/99 - original version.
| Field Summary | |
|---|---|
Data |
related
Related data, or null if there is none. |
| Constructor Summary | |
|---|---|
Info()
|
|
| Method Summary | |
|---|---|
static java.lang.Class |
getClass(java.lang.String name)
Convenience class returning the class for a given org.strbio.util.db Info type, if available. |
void |
processYAPF(java.lang.String buffer)
Initialize this Info from a line in a YAPF file, if applicable. |
void |
writeYAPF(Printf outfile)
write this info to a single line of a file, so it can be read later. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Data related
| Constructor Detail |
|---|
public Info()
| Method Detail |
|---|
public void writeYAPF(Printf outfile)
throws java.io.IOException
java.io.IOExceptionpublic void processYAPF(java.lang.String buffer)
public static java.lang.Class getClass(java.lang.String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||