ucar.unidata.util
Class NamedList

java.lang.Object
  extended by ucar.unidata.util.NamedList
All Implemented Interfaces:
NamedObject
Direct Known Subclasses:
StationModel

public class NamedList
extends Object
implements NamedObject


Constructor Summary
NamedList()
          _more_
NamedList(String name, List list)
           
 
Method Summary
 boolean equals(Object o)
          _more_
 String getDescription()
          _more_
 List getList()
          _more_
 String getName()
          _more_
 Iterator iterator()
          _more_
 void setList(List value)
          _more_
 void setName(String value)
          _more_
 String toString()
          _more_
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NamedList

public NamedList()
_more_


NamedList

public NamedList(String name,
                 List list)
Parameters:
name -
list -
Method Detail

setList

public void setList(List value)
_more_

Parameters:
value -

getList

public List getList()
_more_

Returns:
_more_

setName

public void setName(String value)
_more_

Specified by:
setName in interface NamedObject
Parameters:
value -

getName

public String getName()
_more_

Specified by:
getName in interface NamedObject
Returns:
_more_

getDescription

public String getDescription()
_more_

Specified by:
getDescription in interface NamedObject
Returns:
_more_

iterator

public Iterator iterator()
_more_

Returns:
_more_

toString

public String toString()
_more_

Overrides:
toString in class Object
Returns:
_more_

equals

public boolean equals(Object o)
_more_

Overrides:
equals in class Object
Parameters:
o -
Returns:
_more_