es.unex.sextante.gui.modeler
Class SelectionAndChoices

java.lang.Object
  extended by es.unex.sextante.gui.modeler.SelectionAndChoices

public class SelectionAndChoices
extends java.lang.Object


Constructor Summary
SelectionAndChoices(java.lang.String parameterDescription, java.lang.String[] choices)
           
 
Method Summary
 java.lang.String[] getChoices()
           
 java.lang.String getDescription()
           
 void setChoices(java.lang.String[] sChoices)
           
 void setDescription(java.lang.String sDescription)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SelectionAndChoices

public SelectionAndChoices(java.lang.String parameterDescription,
                           java.lang.String[] choices)
Method Detail

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String sDescription)

getChoices

public java.lang.String[] getChoices()

setChoices

public void setChoices(java.lang.String[] sChoices)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object