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