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

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

public class PropertyFile
extends java.lang.Object

Temporary object Used for reading values from a XML-propertydefinition.

Author:
Thomas Weber

Constructor Summary
PropertyFile()
          Creates a new instance of PropertyFile
 
Method Summary
 java.util.Vector getLists()
           
 java.util.Vector getSelections()
          Getter for property _selections.
 void setLists(java.util.Vector lists)
           
 void setSelections(java.util.Vector _selections)
          Setter for property _selections.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyFile

public PropertyFile()
Creates a new instance of PropertyFile

Method Detail

getLists

public java.util.Vector getLists()

setLists

public void setLists(java.util.Vector lists)

getSelections

public java.util.Vector getSelections()
Getter for property _selections.

Returns:
Value of property _selections.

setSelections

public void setSelections(java.util.Vector _selections)
Setter for property _selections.

Parameters:
_selections - New value of property _selections.


Copyright - 2001 OpenAI Labs. All Rights Reserved.