net.kencochrane.a4j.beans
Class ModeList

java.lang.Object
  |
  +--net.kencochrane.a4j.beans.ModeList
All Implemented Interfaces:
java.io.Serializable

public class ModeList
extends java.lang.Object
implements java.io.Serializable

http://www.KenCochrane.net Ken Cochrane Date: May 24, 2003 Time: 2:19:33 PM

See Also:
Serialized Form

Constructor Summary
ModeList()
           
 
Method Summary
 void addMode(Mode mode)
           
 java.util.ArrayList getAllModes()
           
 Mode getMode(java.lang.String modeName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModeList

public ModeList()
Method Detail

getAllModes

public java.util.ArrayList getAllModes()

addMode

public void addMode(Mode mode)

getMode

public Mode getMode(java.lang.String modeName)