public class ParameterYesNo extends Parameter
disappearable, explanation, name, nameDisplayed| Constructor and Description |
|---|
ParameterYesNo()
This constructor exists for importing and exporting
|
ParameterYesNo(java.lang.String name,
java.lang.String nameDisplayed,
boolean defaultChoice)
Constructor of the parameter
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getChosen() |
boolean |
getDefaultChoice() |
void |
setChosen(boolean chosen) |
void |
setDefaultChoice(boolean defaultChoice) |
equals, getDisappearable, getExplanation, getName, getNameDisplayed, setDisappearable, setExplanation, setName, setNameDisplayedpublic ParameterYesNo()
public ParameterYesNo(java.lang.String name,
java.lang.String nameDisplayed,
boolean defaultChoice)
name, - the identifier of the parameternameDisplayed, - the short explanation displayed in the UIdefaultChoice, - the default value of the parameter