|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChoice
Describes the options for a property value. A choice has a display name and an internal name (XML name). The display name is localized, the XML name is not.
Method Summary | |
---|---|
IChoice |
copy()
Creates a deep copy of this choice. |
java.lang.String |
getDisplayName()
Returns the localized display name for the choice. |
java.lang.String |
getDisplayNameKey()
Returns the display name resource key for the choice. |
java.lang.String |
getName()
Returns the choice name that appears in the XML design file. |
java.lang.Object |
getValue()
Returns the value of the choice. |
Method Detail |
---|
java.lang.String getDisplayName()
java.lang.String getDisplayNameKey()
java.lang.String getName()
java.lang.Object getValue()
IChoice copy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |