|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.server.validate.ValidationIssue
public class ValidationIssue
The class represents issues related to design-time validation of some aspect of a TDI Component. It is reminiscent of the Eclipse IMarker abstraction.
| Constructor Summary | |
|---|---|
ValidationIssue(int severity,
java.lang.String problem,
BaseConfiguration config,
java.lang.String message)
Constructor. |
|
| Method Summary | |
|---|---|
BaseConfiguration |
getConfig()
Return the configuration that has the problem. |
java.lang.String |
getMessage()
Return the message that will be displayed. |
java.lang.String |
getProblem()
Return the problem. |
int |
getSeverity()
Return the level of the problem. |
void |
setConfig(BaseConfiguration config)
Set configuration that has the problem. |
void |
setMessage(java.lang.String message)
Set message that will be displayed. |
void |
setProblem(java.lang.String problem)
Set the problem. |
void |
setSeverity(int severity)
Set level of the problem. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValidationIssue(int severity,
java.lang.String problem,
BaseConfiguration config,
java.lang.String message)
severity - the level of the problem.problem - the problem.config - that has the problem.message - that will be displayed.| Method Detail |
|---|
public int getSeverity()
public void setSeverity(int severity)
severity - the severity to be setpublic java.lang.String getProblem()
public void setProblem(java.lang.String problem)
problem - the problem to be setpublic BaseConfiguration getConfig()
public void setConfig(BaseConfiguration config)
config - the configuration to be set.public java.lang.String getMessage()
public void setMessage(java.lang.String message)
message - the message to be set
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||