Package de.codecamp.messages
Interface MessageKey
-
- All Known Subinterfaces:
MessageKeyWithArgs,ResolvableMessage
- All Known Implementing Classes:
DeclaredMessageKey,ResolvableMessageImpl
public interface MessageKeyA message key.
-
-
Field Summary
Fields Modifier and Type Field Description static StringTYPE_KEY_SUFFIXSuffix of message keys for types.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCode()Returns the actual code of the message key.
-
-
-
Field Detail
-
TYPE_KEY_SUFFIX
static final String TYPE_KEY_SUFFIX
Suffix of message keys for types.- See Also:
- Constant Field Values
-
-
Method Detail
-
getCode
String getCode()
Returns the actual code of the message key.- Returns:
- the code
-
-