Package rs.baselib.util
Interface IDisplayable
public interface IDisplayable
Defines the possibility to return a displayable string for users in a specific
Locale.- Author:
- ralph
-
Method Summary
Modifier and Type Method Description java.lang.StringtoString(java.util.Locale locale)Return the display string in given locale.
-
Method Details
-
toString
java.lang.String toString(java.util.Locale locale)Return the display string in given locale.- Parameters:
locale- locale- Returns:
- display string for locale
-