|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.dbd.DBDMenuData
public class DBDMenuData
This type was created in VisualAge.
Field Summary | |
---|---|
protected java.util.Hashtable |
choices
|
protected java.lang.String |
name
|
Constructor Summary | |
---|---|
DBDMenuData()
MenuData constructor comment. |
Method Summary | |
---|---|
void |
addMenuChoice(java.lang.String choice_name,
java.lang.String choice_value)
This method was created in VisualAge. |
boolean |
containsValue(java.lang.String value)
This method was created in VisualAge. |
java.util.Hashtable |
getChoices()
Insert the method's description here. |
java.lang.String |
getName()
Insert the method's description here. |
void |
setName(java.lang.String newName)
Insert the method's description here. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String name
protected java.util.Hashtable choices
Constructor Detail |
---|
public DBDMenuData()
Method Detail |
---|
public void addMenuChoice(java.lang.String choice_name, java.lang.String choice_value)
choice_name
- java.lang.Stringchoice_value
- java.lang.Stringpublic boolean containsValue(java.lang.String value)
value
- java.lang.Stringpublic java.util.Hashtable getChoices()
public java.lang.String getName()
public void setName(java.lang.String newName)
newName
- java.lang.String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |