com.cosylab.vdct.dbd
Class DBDMenuData

java.lang.Object
  extended by com.cosylab.vdct.dbd.DBDMenuData

public class DBDMenuData
extends java.lang.Object

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

name

protected java.lang.String name

choices

protected java.util.Hashtable choices
Constructor Detail

DBDMenuData

public DBDMenuData()
MenuData constructor comment.

Method Detail

addMenuChoice

public void addMenuChoice(java.lang.String choice_name,
                          java.lang.String choice_value)
This method was created in VisualAge.

Parameters:
choice_name - java.lang.String
choice_value - java.lang.String

containsValue

public boolean containsValue(java.lang.String value)
This method was created in VisualAge.

Parameters:
value - java.lang.String

getChoices

public java.util.Hashtable getChoices()
Insert the method's description here. Creation date: (9.12.2000 16:26:16)

Returns:
java.util.Hashtable

getName

public java.lang.String getName()
Insert the method's description here. Creation date: (9.12.2000 16:26:16)

Returns:
java.lang.String

setName

public void setName(java.lang.String newName)
Insert the method's description here. Creation date: (9.12.2000 16:26:16)

Parameters:
newName - java.lang.String