public interface IChoiceDefinition
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayNameID()
Returns the resource key for localized display name of this choice.
|
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.
|
java.lang.String getDisplayNameID()
java.lang.String getName()
java.lang.Object getValue()
Copyright © 2008 Actuate Corp. All rights reserved.