|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SymbolPropertyTableDB
Database of SymbolPropertyTable
objects.
Method Summary | |
---|---|
Set |
names()
Returns the set of unique table names. |
int |
numTables()
Returns the number of symbol property tables in the database. |
SymbolPropertyTable |
table(String name)
Returns the table with the specified name. |
SymbolPropertyTableIterator |
tableIterator()
Returns an iterator over SymbolPropertyTable objects. |
Method Detail |
---|
SymbolPropertyTableIterator tableIterator()
SymbolPropertyTable
objects.
int numTables()
Set names()
SymbolPropertyTable table(String name) throws IllegalIDException, NullPointerException
name
- the
name
of the table
IllegalIDException
- if no symbol property table with the specified name could be found.
NullPointerException
- if name
is
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |