All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IMSWG.IW.DepValid.Valids

java.lang.Object
   |
   +----IMSWG.IW.DepValid.Valids

public class Valids
extends Object
This class is to support the Valids. validsList is a Vector of the compatible valids. selectedList is a Vector of the selected valids.


Constructor Index

 o Valids(Selection)
Sets a local copy of Selection displaySelection.

Method Index

 o clearSelected()
Clears the selectedList by removing all elements from the selectedList Vector.
 o fromChunk(Vector)
Uses the response from the server to set the compatible valids in validsList Vector.
 o getlist()
Returns an array of String which is a copy of Vector validsList.
 o getSelected()
Returns an array of String which is a copy of the Vector selectedList.
 o getSelectedVector()
Returns a copy of the Vector selectedList.
 o setlist(String[])
Sets the Vector validsList using an input array of String.
 o setlist(Vector)
Sets the Vector validsList using the input Vector newValidsList.
 o setSelected(String[])
Sets the Vector selectedList using the input array of String newValidsList.
 o setSelected(Vector)
Sets the Vector selectedList using the input Vector newSelectedList.
 o toODL()
Creates an ODL object and returns a sequence string of selected valids using the keyword "VALIDS".

Constructors

 o Valids
 public Valids(Selection displaySelection)
Sets a local copy of Selection displaySelection. Initializes the Vector validsList to "Valids not available yet".

Methods

 o setlist
 public void setlist(String newValidsList[])
Sets the Vector validsList using an input array of String.

 o setlist
 public void setlist(Vector newValidsList)
Sets the Vector validsList using the input Vector newValidsList.

 o getlist
 public String[] getlist()
Returns an array of String which is a copy of Vector validsList.

 o setSelected
 public void setSelected(String newValidsList[])
Sets the Vector selectedList using the input array of String newValidsList.

 o setSelected
 public void setSelected(Vector newSelectedList)
Sets the Vector selectedList using the input Vector newSelectedList.

 o getSelected
 public String[] getSelected()
Returns an array of String which is a copy of the Vector selectedList.

 o getSelectedVector
 public Vector getSelectedVector()
Returns a copy of the Vector selectedList.

 o clearSelected
 public void clearSelected()
Clears the selectedList by removing all elements from the selectedList Vector.

 o toODL
 public ODL toODL()
Creates an ODL object and returns a sequence string of selected valids using the keyword "VALIDS".

 o fromChunk
 public void fromChunk(Vector response)
Uses the response from the server to set the compatible valids in validsList Vector. It uses IU/RFC822 to return a Vector of valids.


All Packages  Class Hierarchy  This Package  Previous  Next  Index