com.ibm.pdp.maf.rpp.kernel
Interface IProblem


public interface IProblem

This interface represents a MAF model problem. See the IMAFModelService interface also.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 Level getLevel()
          Returns the level of the problem.
 java.lang.String getLocation()
          Return the location of the problem.
 java.lang.String getMessage()
          Returns the message of the problem.
 

Field Detail

copyright

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

getLevel

Level getLevel()

Returns the level of the problem.

Returns:

getLocation

java.lang.String getLocation()

Return the location of the problem.

Returns:

getMessage

java.lang.String getMessage()

Returns the message of the problem.

Returns: