@Status(stage=PRODUCTION) @Review(by="Kees Schotanus", at="2009-09-28") public interface LocalizableEnumeration extends Localizable
Planet
.Modifier and Type | Method and Description |
---|---|
Serializable |
getCode()
Gets the code of the enumerated constant.
|
CodeDescription |
getCodeDescription(Locale locale)
Gets the CodeDescription of the enumerated constant.
|
String |
getDescription(Locale locale)
Gets the localized description of the enumerated constant.
|
Serializable getCode()
String getDescription(Locale locale)
getDescription
in interface Localizable
locale
- Locale used to localize the description.
CodeDescription getCodeDescription(Locale locale)
locale
- Locale used to localize the description.
Copyright © 2008–2018. All rights reserved.