Package wt.fc

Class DynamicEnumType

java.lang.Object
wt.fc.EnumeratedType
wt.fc._DynamicEnumType
wt.fc.DynamicEnumType
All Implemented Interfaces:
Serializable, Comparable, EnumeratedType, LocalizableMetadata, LocalizableMessage, Message
Direct Known Subclasses:
_Role, _Variation1, _Variation2, NmCustomRole

@GenAsEnumeratedType(supportedAPI=PUBLIC) public abstract class DynamicEnumType extends wt.fc._DynamicEnumType


Supported API: true

Extendable: true
See Also:
  • Method Details

    • 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.