WarningInfo
Contents
[
Hide
]WarningInfo class
Warning info
class WarningInfo;
Methods
Method | Description |
---|---|
getWarningType() | Get warning type. |
getDescription() | Get description of warning info. |
getErrorObject() | The error object. |
getCorrectedObject() | Gets and sets the corrected object. |
setCorrectedObject(object) | Gets and sets the corrected object. |
isNull() | Checks whether the implementation object is null. |
getWarningType()
Get warning type.
getWarningType() : WarningType;
Returns
getDescription()
Get description of warning info.
getDescription() : string;
getErrorObject()
The error object.
getErrorObject() : object;
getCorrectedObject()
Gets and sets the corrected object.
getCorrectedObject() : object;
setCorrectedObject(object)
Gets and sets the corrected object.
setCorrectedObject(value: object) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | object | The value to set. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;