- All Known Subinterfaces:
Localizable
- All Known Implementing Classes:
ApplicationException,DuplicateObjectException,ObjectMismatchException,ObjectNotFoundException,ReadOnlyException,RuntimeIoException
public interface LocalizableObject
This is the interface for a
Localizable object with native language support (NLS). Such object be can
converted to an Localizable describing the object analog to its
string representation but for end-users with internationalization support.-
Method Summary
Modifier and TypeMethodDescriptionThis method is the equivalent toObject.toString()with native language support.
-
Method Details
-
toLocalizable
Localizable toLocalizable()This method is the equivalent toObject.toString()with native language support.- Returns:
- an
Localizablerepresenting this object.
-