wt.fc
Class DynamicEnumType
java.lang.Object
wt.fc.EnumeratedType
wt.fc.DynamicEnumType
- All Implemented Interfaces:
- Serializable, Comparable, EnumeratedType, LocalizableMetadata, LocalizableMessage, Message
- Direct Known Subclasses:
- NmCustomRole, Role
public abstract class DynamicEnumType
- extends EnumeratedType
- implements Serializable
Supported API: true
Extendable: true
- See Also:
- Serialized Form
| Methods inherited from class wt.fc.EnumeratedType |
equals, getAbbreviatedDisplay, getDisplay, getFullDisplay, getLocalizedMessage, getLongDescription, getOrder, getSelectableValueSet, getShortDescription, getStringValue, getStringValue, getValueSet, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString |
getDisplay
public String getDisplay(Locale locale)
- Returns the display text for the specified Locale. Follows the
ResourceBundle algorithm for locating a resource for the locale.
Supported API: true
- Specified by:
getDisplay in interface EnumeratedType- Overrides:
getDisplay in class EnumeratedType
- Parameters:
locale - the locale for which a display value is requested
- Returns:
- The display value for the requested locale.