|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.util.NamedList
public class NamedList
| 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 |
|---|
public NamedList()
public NamedList(String name,
List list)
name - list - | Method Detail |
|---|
public void setList(List value)
value - public List getList()
public void setName(String value)
setName in interface NamedObjectvalue - public String getName()
getName in interface NamedObjectpublic String getDescription()
getDescription in interface NamedObjectpublic Iterator iterator()
public String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objecto -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||