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

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

public class SelectionList
extends java.lang.Object

Temporary Object. Used for reading SelectionEntries from a XML-propertydefinition.

Author:
Thomas Weber

Constructor Summary
SelectionList()
          Creates a new instance of SelectionList
 
Method Summary
 java.util.Vector getEntries()
          Getter for property _entries.
 java.lang.String getName()
          Getter for property _name.
 void setEntries(java.util.Vector _entries)
          Setter for property _entries.
 void setName(java.lang.String _name)
          Setter for property _name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionList

public SelectionList()
Creates a new instance of SelectionList

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.

getEntries

public java.util.Vector getEntries()
Getter for property _entries.

Returns:
Value of property _entries.

setEntries

public void setEntries(java.util.Vector _entries)
Setter for property _entries.

Parameters:
_entries - New value of property _entries.


Copyright - 2001 OpenAI Labs. All Rights Reserved.