|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.model.api.extension.ChoiceDefinition
public abstract class ChoiceDefinition
Adapter class for the IChoiceDefinition class.
Constructor Summary | |
---|---|
ChoiceDefinition()
|
Method Summary | |
---|---|
abstract java.lang.String |
getDisplayNameID()
Returns the resource key for localized display name of this choice. |
abstract java.lang.String |
getName()
Returns the non-localized, internal version of the choice. |
java.lang.Object |
getValue()
Returns the value to which this choice corresponds. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChoiceDefinition()
Method Detail |
---|
public abstract java.lang.String getDisplayNameID()
IChoiceDefinition
getDisplayNameID
in interface IChoiceDefinition
public abstract java.lang.String getName()
IChoiceDefinition
getName
in interface IChoiceDefinition
public java.lang.Object getValue()
IChoiceDefinition
getValue
in interface IChoiceDefinition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |