|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectjgDataLoader.CatagoryList
This class contains the list of available catagories.
| Field Summary | |
protected java.util.Vector |
catagoryList
Private list of catagories as strings |
| Constructor Summary | |
CatagoryList()
Constructs the catagory list |
|
| Method Summary | |
void |
add(java.lang.String name)
Adds a catagory to the list |
boolean |
contains(java.lang.String name)
Checks to see if a catagory is in the list. |
java.lang.String[] |
getCatagories()
|
void |
remove(java.lang.String name)
Removes a catagory from the list. |
java.lang.String |
toString()
Returns the string representation of this class |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.util.Vector catagoryList
| Constructor Detail |
public CatagoryList()
| Method Detail |
public java.lang.String toString()
public java.lang.String[] getCatagories()
public void add(java.lang.String name)
public void remove(java.lang.String name)
name - the name of the catagory to removepublic boolean contains(java.lang.String name)
name - the catagory name to check
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||