public class WarningInfo
Constructor Summary |
---|
WarningInfo(intwarningType, java.lang.Stringdescription)
Create warning info. |
Property Getters/Setters Summary | ||
---|---|---|
java.lang.String | getDescription() | |
Get description of warning info.
|
||
int | getWarningType() | |
Get warning type.
The value of the property is WarningType integer constant. |
public WarningInfo(int warningType, java.lang.String description)
warningType
- A description
- warning descriptionpublic int getWarningType()
public java.lang.String getDescription()