public class ConfigPropertyRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
defaultValue |
protected String |
helpText |
protected String |
label |
protected String |
name |
protected List<String> |
options |
protected boolean |
secret |
protected String |
type |
Constructor and Description |
---|
ConfigPropertyRepresentation() |
Modifier and Type | Method and Description |
---|---|
Object |
getDefaultValue() |
String |
getHelpText() |
String |
getLabel() |
String |
getName() |
List<String> |
getOptions() |
String |
getType() |
boolean |
isSecret() |
void |
setDefaultValue(Object defaultValue) |
void |
setHelpText(String helpText) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setOptions(List<String> options) |
void |
setSecret(boolean secret) |
void |
setType(String type) |
protected String name
protected String label
protected String helpText
protected String type
protected Object defaultValue
protected boolean secret
public String getName()
public void setName(String name)
public String getLabel()
public void setLabel(String label)
public String getType()
public void setType(String type)
public Object getDefaultValue()
public void setDefaultValue(Object defaultValue)
public String getHelpText()
public void setHelpText(String helpText)
public boolean isSecret()
public void setSecret(boolean secret)
Copyright © 2019 JBoss by Red Hat. All rights reserved.