net.openai.ai.nn.gui.properties
Class SelectionEntry

java.lang.Object
  |
  +--net.openai.ai.nn.gui.properties.SelectionEntry

public class SelectionEntry
extends java.lang.Object

A SelectionEntry for a dropdown-box

Author:
Thomas Weber

Constructor Summary
SelectionEntry()
          Creates a new instance of SelectionEntry
 
Method Summary
 java.lang.String getName()
          Getter for property _name.
 java.lang.String getValue()
          Getter for property _value.
 void setName(java.lang.String _name)
          Setter for property _name.
 void setValue(java.lang.String _value)
          Setter for property _value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionEntry

public SelectionEntry()
Creates a new instance of SelectionEntry

Method Detail

getName

public java.lang.String getName()
Getter for property _name.

Returns:
Value of property _name.

setName

public void setName(java.lang.String _name)
Setter for property _name.

Parameters:
_name - New value of property _name.

getValue

public java.lang.String getValue()
Getter for property _value.

Returns:
Value of property _value.

setValue

public void setValue(java.lang.String _value)
Setter for property _value.

Parameters:
_value - New value of property _value.


Copyright - 2001 OpenAI Labs. All Rights Reserved.