es.unex.sextante.gui.modeler
Class SelectionAndChoices
java.lang.Object
es.unex.sextante.gui.modeler.SelectionAndChoices
public class SelectionAndChoices
- extends java.lang.Object
Constructor Summary |
SelectionAndChoices(java.lang.String parameterDescription,
java.lang.String[] choices)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SelectionAndChoices
public SelectionAndChoices(java.lang.String parameterDescription,
java.lang.String[] choices)
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