-
- All Known Subinterfaces:
Localizable,NlsMessage,ValidationResult
- All Known Implementing Classes:
AbstractValidationResult,ApplicationException,CliArgumentMandatoryException,CliDuplicateOptionAliasException,CliDuplicateOptionsException,CliException,CliInvalidUsageException,CliNoArgumentsException,CliTypeNotExtendingException,ComposedValidationFailure,DuplicateObjectException,ObjectMismatchException,ObjectNotFoundException,ObjectNotFoundUserException,ReadOnlyException,RuntimeIoException,TechnicalErrorUserException,ValidationFailure,ValidationResultValid
public interface LocalizableObjectThis is the interface for aLocalizableobject with native language support (NLS). Such object be canconvertedto anLocalizabledescribing the object analog to itsstring representationbut for end-users with internationalization support.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalizabletoLocalizable()This method is the equivalent toObject.toString()with native language support.
-
-
-
Method Detail
-
toLocalizable
Localizable toLocalizable()
This method is the equivalent toObject.toString()with native language support.- Returns:
- an
Localizablerepresenting this object.
-
-