@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() |
void |
setCategory(String category) |
void |
setComboValues(List<String> comboValues) |
void |
setDefaultValue(String defaultValue) |
void |
setLabel(String label) |
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)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.