Class: Status

bcdui.core. Status

An abstract base class, representing a Status. See bcdui.core.status for concrete sub classes.

abstractnew bcdui.core.Status()

Methods

equals(){boolean}

Test the status for logical equivalence to another status object. Usually this function should test if the target status is of the same class as this status.
Returns:
Type Description
boolean True, if the specified status object represents the same logical status as the current one.

getCode(){String}

Returns:
Type Description
String A short code for the Status which can be used for debugging.

getDescription(){String}

Returns:
Type Description
String A longer description of the Status.

toString(){String}

Returns:
Type Description
String A debug string summarizing this status object.