Package com.cosylab.vdct.dbd
Class DBDMenuData
- java.lang.Object
-
- com.cosylab.vdct.dbd.DBDMenuData
-
public class DBDMenuData extends Object
This type was created in VisualAge.
-
-
Constructor Summary
Constructors Constructor Description DBDMenuData()
MenuData constructor comment.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addMenuChoice(String choice_name, String choice_value)
This method was created in VisualAge.boolean
containsValue(String value)
This method was created in VisualAge.Hashtable
getChoices()
Insert the method's description here.String
getName()
Insert the method's description here.void
setName(String newName)
Insert the method's description here.
-
-
-
Method Detail
-
addMenuChoice
public void addMenuChoice(String choice_name, String choice_value)
This method was created in VisualAge.- Parameters:
choice_name
- java.lang.Stringchoice_value
- java.lang.String
-
containsValue
public boolean containsValue(String value)
This method was created in VisualAge.- Parameters:
value
- java.lang.String- Returns:
- boolean
-
getChoices
public Hashtable getChoices()
Insert the method's description here. Creation date: (9.12.2000 16:26:16)- Returns:
- java.util.Hashtable
-
getName
public String getName()
Insert the method's description here. Creation date: (9.12.2000 16:26:16)- Returns:
- java.lang.String
-
setName
public void setName(String newName)
Insert the method's description here. Creation date: (9.12.2000 16:26:16)- Parameters:
newName
- java.lang.String
-
-