-
- 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 LocalizableObject
This is the interface for aLocalizable
object with native language support (NLS). Such object be canconverted
to anLocalizable
describing the object analog to itsstring representation
but for end-users with internationalization support.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Localizable
toLocalizable()
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
Localizable
representing this object.
-
-