Interface IParameterSelectionChoice
-
- All Known Subinterfaces:
ICascadingParameterSelectionChoice
public interface IParameterSelectionChoice
defines one choice in a parameter selction value list
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getLabel()
returns the locale-specific label for a selection choice.java.lang.Object
getValue()
returns the value of the selection choice
-
-
-
Method Detail
-
getValue
java.lang.Object getValue()
returns the value of the selection choice- Returns:
- the value of the selction choice
-
getLabel
java.lang.String getLabel()
returns the locale-specific label for a selection choice. The locale used is the locale in the parameter definition request.- Returns:
- the localized label for the parameter
-
-