public class WarningInfo
Property Getters/Setters Summary | ||
---|---|---|
java.lang.Object | getCorrectedObject() | |
void | setCorrectedObject(java.lang.Objectvalue) | |
Gets and sets the corrected object. | ||
java.lang.String | getDescription() | |
Get description of warning info.
|
||
java.lang.Object | getErrorObject() | |
The error object.
|
||
int | getWarningType() | |
Get warning type.
The value of the property is WarningType integer constant. |
public int getWarningType()
public java.lang.String getDescription()
public java.lang.Object getErrorObject()
public java.lang.Object getCorrectedObject() / public void setCorrectedObject(java.lang.Object value)