|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQSYSMessageDescription
Interface representing an IBM i Message description
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
String |
getAbsoluteName()
Return the absolute name for the message descriptor |
IQSYSMessageFile |
getFile()
Returns the name of the message file which contains this message description. |
String |
getHelp()
Retrieve the message help |
String |
getID()
Retrieve the message id |
int |
getSeverity()
Retrieve the message severity |
String |
getText()
Retrieve the message text |
void |
setFile(IQSYSMessageFile file)
Set the file name |
void |
setHelp(String help)
Set the message help |
void |
setID(String id)
Set the id |
void |
setSeverity(int severity)
Set the severity |
void |
setText(String text)
Set the message text |
Field Detail |
---|
static final String copyright
Method Detail |
---|
String getAbsoluteName()
String getText()
void setText(String text)
String getHelp()
void setHelp(String help)
String getID()
void setID(String id)
int getSeverity()
void setSeverity(int severity)
IQSYSMessageFile getFile()
void setFile(IQSYSMessageFile file)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |