org.eclipse.birt.report.engine.api
Interface IParameterSelectionChoice

All Known Subinterfaces:
ICascadingParameterSelectionChoice

public interface IParameterSelectionChoice

defines one choice in a parameter selction value list


Method Summary
 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


Copyright © 2008 Actuate Corp. All rights reserved.