|
Fido Alpha 3.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fido.db.AttributeCategoryTable
Constructor Summary | |
AttributeCategoryTable()
Constructs a new AttributeList with no entries in the list. |
Method Summary | |
void |
add(java.lang.String name)
Adds or modifies a AttributeList. |
boolean |
contains(java.lang.String name)
|
void |
delete(java.lang.String name)
Removes the Attribute referenced by the parameters name. |
java.util.Collection |
list()
Returns the names of all Attribute names in the list. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AttributeCategoryTable()
FidoIOException
- Input / Output error on creating the AttributeList objectMethod Detail |
public void add(java.lang.String name) throws FidoDatabaseException
name
- name of the adjective to add to the list
java.sql.SQLException
- Input / Output error saving Attributes
FidoDatabaseException
public boolean contains(java.lang.String name) throws FidoDatabaseException
name
- name of the adjective to add to the list
FidoIOException
- Input / Output error saving Attributes
FidoDatabaseException
public void delete(java.lang.String name) throws FidoDatabaseException
name
- Name of the Attribute to remove
FidoIOException
- Input / Output error saving GrammarLinkList
FidoDatabaseException
public java.util.Collection list() throws FidoDatabaseException
FidoDatabaseException
|
Fido Alpha 3.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |