|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.generationjava.collections.EnumerationGrouper
Take an enumeration of different types of objects. Pass them into this object and then get them out by classname.
| Constructor Summary | |
EnumerationGrouper(Enumeration enum)
|
|
| Method Summary | |
void |
addEnumeration(Enumeration enum)
Add this enumeration to the grouper. |
Enumeration |
enumerateGroup(String classname)
Get an enumeration of all the Classes of type classname. |
Enumeration |
enumerateTypes()
Enumerate over the types this group contains. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EnumerationGrouper(Enumeration enum)
| Method Detail |
public void addEnumeration(Enumeration enum)
public Enumeration enumerateGroup(String classname)
public Enumeration enumerateTypes()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||