|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StringInListRenderingPluginParameterType
The RenderingPluginParameterType for an parameter that can take a single string from a discrete number
of strings as its value.
| This interface is designed to be implemented by clients. |
| Method Summary | |
|---|---|
java.util.List<ValueOption> |
getAllowedValues()
The allowed values of the parameter. |
java.lang.String |
getDefaultValue()
Get the name of the default value option of the parameter. |
| Method Detail |
|---|
java.util.List<ValueOption> getAllowedValues()
java.lang.String getDefaultValue()
ValueOption.getName()
for the ValueOptions that is returned by getAllowedValues().
If null, the first parameter value in the list will be used as the default.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||