Package org.hipparchus.exception
Interface Localizable
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DummyLocalizable
,LocalizedClusteringFormats
,LocalizedCoreFormats
,LocalizedFFTFormats
,LocalizedFormats
,LocalizedGeometryFormats
,LocalizedMigrationFormats
,LocalizedODEFormats
,LocalizedOptimFormats
,LocalizedStatFormats
public interface Localizable extends Serializable
Interface for localizable strings.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLocalizedString(Locale locale)
Gets the localized string.String
getSourceString()
Gets the source (non-localized) string.
-
-
-
Method Detail
-
getSourceString
String getSourceString()
Gets the source (non-localized) string.- Returns:
- the source string.
-
-