|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.client.image.data.StaticFields
public final class StaticFields
Constructor Summary | |
---|---|
StaticFields()
|
Method Summary | |
---|---|
void |
addField(MainTableSection tableSection,
DatabaseField databaseField)
|
java.util.List<DatabaseField> |
getColumnNames(MainTableSection tableSection)
|
java.lang.String |
getSqlSelectString()
Returns a comma-delimited list of the static fields for use in the "main" query. |
java.util.Set<MainTableSection> |
getTableFields()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StaticFields()
Method Detail |
---|
public void addField(MainTableSection tableSection, DatabaseField databaseField)
public java.util.Set<MainTableSection> getTableFields()
public java.util.List<DatabaseField> getColumnNames(MainTableSection tableSection)
public java.lang.String getSqlSelectString()
staticFields
- A 2D String array in the "static-field-format" discussed above.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |