@Portable public class ComponentParameter extends Object
| Constructor and Description |
|---|
ComponentParameter() |
ComponentParameter(String name,
String type,
String category,
String defaultValue,
String label,
List<String> comboValues) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
List<String> |
getComboValues() |
String |
getDefaultValue() |
String |
getLabel() |
String |
getName() |
String |
getType() |
boolean |
isMandatory() |
void |
setCategory(String category) |
void |
setComboValues(List<String> comboValues) |
void |
setDefaultValue(String defaultValue) |
void |
setLabel(String label) |
void |
setMandatory(boolean mandatory) |
void |
setName(String name) |
void |
setType(String type) |
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public String getCategory()
public void setCategory(String category)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public String getLabel()
public void setLabel(String label)
public boolean isMandatory()
public void setMandatory(boolean mandatory)
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.