public class ConfigParameter extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
defaultValue |
protected String |
type |
Constructor and Description |
---|
ConfigParameter() |
ConfigParameter(String type) |
Modifier and Type | Method and Description |
---|---|
Object |
getDefaultValue() |
String |
getType() |
void |
setDefaultValue(Object defaultValue) |
void |
setType(String type) |
public ConfigParameter(String type)
public ConfigParameter()