public class Message extends AbstractBaseParams implements MessageParams
| Modifier and Type | Field and Description |
|---|---|
private String |
messageName
The message name.
|
PARAMETER_SEPARATOR| Constructor and Description |
|---|
Message(String parameterName)
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<? extends Object> |
getFieldValues()
Return all values of
ParameterEntry object. |
String |
name()
Return the parameter name.
|
void |
parse(String[] string)
Parse a string to initialize fields.
|
activateAutoRefresh, getKey, hasChanged, hasChanged, readBoolean, readDouble, readInteger, setKey, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitactivateAutoRefresh, getKey, hasChanged, hasChanged, setKeyprivate final String messageName
public Message(String parameterName)
parameterName - the name of the parameterpublic String name()
name in interface MessageParamspublic void parse(String[] string)
parse in interface ResourceParamsstring - split from resource properties fileprotected List<? extends Object> getFieldValues()
ParameterEntry object.getFieldValues in class AbstractBaseParamsCopyright © 2011–2014 JRebirth OSS. All rights reserved.