Class ChoiceDefinition
java.lang.Object
org.eclipse.birt.report.model.api.extension.ChoiceDefinition
- All Implemented Interfaces:
IChoiceDefinition
Adapter class for the IChoiceDefinition class.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ChoiceDefinition
public ChoiceDefinition()
-
-
Method Details
-
getDisplayNameID
Description copied from interface:IChoiceDefinition
Returns the resource key for localized display name of this choice.- Specified by:
getDisplayNameID
in interfaceIChoiceDefinition
- Returns:
- the resource key for localized display name of this choice.
-
getName
Description copied from interface:IChoiceDefinition
Returns the non-localized, internal version of the choice.- Specified by:
getName
in interfaceIChoiceDefinition
- Returns:
- the non-localized internal choice value
-
getValue
Description copied from interface:IChoiceDefinition
Returns the value to which this choice corresponds. For example, a color may have a name and a value that is an RGB value. The value is optional.- Specified by:
getValue
in interfaceIChoiceDefinition
- Returns:
- the value that this choice represents
-