|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for accessing messages from a configuration file.
Method Summary | |
boolean |
done()
Checks if the list has more elements |
int |
getCode()
Returns the message code at the specified position in this list. |
java.lang.String |
getLanguage(int index)
Returns the language of the message |
int |
getLanguageCount()
Returns the number of available language resources for a message |
java.lang.String |
getName()
Returns the symbolic name. |
java.lang.String |
getSeverity()
Returns the severity of the message |
java.lang.String |
getText(int index)
Returns the message text at the specified position in this list. |
void |
next()
Goes to the next element of the list. |
void |
restart()
Sets the iterator to the top of the list. |
Method Detail |
public boolean done()
public int getCode()
public java.lang.String getLanguage(int index)
index
- the message code
public int getLanguageCount()
public java.lang.String getName()
public java.lang.String getSeverity()
public java.lang.String getText(int index)
index
- Index of element to return (message number).
public void next()
public void restart()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |