Method Summary |
|
public String | getDescription() Gets the description for this parameter - shows up in the GUI as a tooltip. |
public String | getId() Gets the id - the unique identifier of this parameter used to access the parameter value
from the templates. |
public String | getName() Gets the name - this is the human-readable short name used to represent this parameter in the GUI. |
public String[] | getPresetValues() Gets the preset values for this parameter. |
public TemplateConfigParameter.Type | getType() Gets the type of this configuration parameter. |
public static Type | getTypeByName(String name) Translates a type's name into the corresponding Type object. |
public String | getValue() |
public void | setDescription(String description) Sets the description for this parameter - shows up in the GUI as a tooltip. |
public void | setId(String id) Sets the id - the unique identifier of this parameter used to access the parameter value
from the templates. |
public void | setName(String name) Sets the name - this is the human-readable short name used to represent this parameter in the GUI. |
public void | setPresetValues(String[] presetValues) |
public void | setType(TemplateConfigParameter.Type type) Sets the type of this configuration parameter. |
public void | setValue(String value) |