Package com.evolveum.midpoint.util
Interface LocalizableMessage
-
- All Superinterfaces:
Serializable
,ShortDumpable
- All Known Implementing Classes:
LocalizableMessageList
,SingleLocalizableMessage
public interface LocalizableMessage extends Serializable, ShortDumpable
- Author:
- semancik, mederly
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFallbackMessage()
boolean
isEmpty()
static boolean
isEmpty(LocalizableMessage msg)
-
Methods inherited from interface com.evolveum.midpoint.util.ShortDumpable
shortDump, shortDump, shortDumpLazily
-
-
-
-
Method Detail
-
getFallbackMessage
String getFallbackMessage()
-
isEmpty
boolean isEmpty()
-
isEmpty
static boolean isEmpty(LocalizableMessage msg)
-
-