public interface IChoice
Modifier and Type | Method and Description |
---|---|
IChoice |
copy()
Creates a deep copy of this choice.
|
java.lang.String |
getDisplayName()
Returns the localized display name for the choice.
|
java.lang.String |
getDisplayName(com.ibm.icu.util.ULocale locale)
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.
|
java.lang.String getDisplayName()
java.lang.String getDisplayName(com.ibm.icu.util.ULocale locale)
java.lang.String getDisplayNameKey()
java.lang.String getName()
java.lang.Object getValue()
IChoice copy()
Copyright © 2008 Actuate Corp. All rights reserved.