public class I18NMessageInfo extends MessageInfo
| Modifier and Type | Field and Description |
|---|---|
static I18NMessageInfo[] |
EMPTY_ARRAY
An empty array of class instances.
|
| Constructor and Description |
|---|
I18NMessageInfo(String key,
int paramCount,
I18NMessage message)
Creates a new meta-information holder with the given message
key, parameter count, and internationalized message.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
I18NMessage |
getMessage()
Returns the receiver's internationalized message.
|
int |
hashCode() |
getKey, getList, getParamCountpublic static final I18NMessageInfo[] EMPTY_ARRAY
public I18NMessageInfo(String key, int paramCount, I18NMessage message)
key - The key.paramCount - The parameter count.message - The message.public I18NMessage getMessage()
public int hashCode()
hashCode in class MessageInfopublic boolean equals(Object other)
equals in class MessageInfoCopyright © 2015. All Rights Reserved.