public class BoolParameter extends VoidParameter
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
defValue |
protected boolean |
value |
_hasBeenSet, _next, description, immutable, name| Constructor and Description |
|---|
BoolParameter(String name_,
String desc_,
boolean v) |
BoolParameter(String name_,
String desc_,
boolean v,
Configuration.ConfigurationObject co) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultStr() |
boolean |
getValue() |
String |
getValueStr() |
boolean |
isBool() |
boolean |
setParam() |
void |
setParam(boolean b) |
boolean |
setParam(String v) |
getDescription, getName, hasBeenSet, setHasBeenSet, setImmutablepublic BoolParameter(String name_, String desc_, boolean v, Configuration.ConfigurationObject co)
public boolean setParam(String v)
setParam in class VoidParameterpublic boolean setParam()
setParam in class VoidParameterpublic void setParam(boolean b)
public String getDefaultStr()
getDefaultStr in class VoidParameterpublic String getValueStr()
getValueStr in class VoidParameterpublic boolean isBool()
isBool in class VoidParameterpublic final boolean getValue()
Copyright © 2019. All rights reserved.