Class ToDoElement
java.lang.Object
de.rpgframework.genericrpg.ToDoElement
- All Implemented Interfaces:
Comparable<ToDoElement>
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionToDoElement(ToDoElement.Severity sev, MultiLanguageResourceBundle bundle, String key) ToDoElement(ToDoElement.Severity sev, MultiLanguageResourceBundle bundle, String key, Object... params) ToDoElement(ToDoElement.Severity sev, String mess) -
Method Summary
-
Constructor Details
-
ToDoElement
-
ToDoElement
-
ToDoElement
public ToDoElement(ToDoElement.Severity sev, MultiLanguageResourceBundle bundle, String key, Object... params)
-
-
Method Details
-
getSeverity
- Returns:
- the severity
-
getMessage
- Returns:
- the message
-
getMessage
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<ToDoElement>- See Also:
-
getKey
-