Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.services.qsys.api
Interface IQSYSMessageDescription

All Known Implementing Classes:
QSYSHostMessageDescription, QSYSRemoteMessageDescription

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

copyright

static final String copyright
See Also:
Constant Field Values
Method Detail

getAbsoluteName

String getAbsoluteName()
Return the absolute name for the message descriptor


getText

String getText()
Retrieve the message text


setText

void setText(String text)
Set the message text


getHelp

String getHelp()
Retrieve the message help


setHelp

void setHelp(String help)
Set the message help


getID

String getID()
Retrieve the message id


setID

void setID(String id)
Set the id


getSeverity

int getSeverity()
Retrieve the message severity


setSeverity

void setSeverity(int severity)
Set the severity


getFile

IQSYSMessageFile getFile()
Returns the name of the message file which contains this message description.


setFile

void setFile(IQSYSMessageFile file)
Set the file name


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.