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