Public Member Functions | |
String | getName () |
String | getDescription () |
String | toString () |
Static Public Attributes | |
final ComponentStatus | COMPONENT_ACTIVATED = new ComponentStatus("COMPONENT_ACTIVATED", "Component is activated.") |
final ComponentStatus | COMPONENT_DOES_NO_EXIST = new ComponentStatus("COMPONENT_DOES_NO_EXIST", "Component does not exists.") |
final ComponentStatus | COMPONENT_NOT_ACTIVATED = new ComponentStatus("COMPONENT_NOT_ACTIVATED", "Component is not activated.") |
Protected Member Functions | |
ComponentStatus (String name, String description) | |
Private Attributes | |
String | name |
String | description |
COMPONENT_ACTIVATED
, COMPONENT_DOES_NO_EXIST
and COMPONENT_NOT_ACTIVATED
.
|
Creates a new status with its name and description. Contructor is
|
|
Returns the description of the status.
|
|
Returns the name of the status.
|
|
Returns a single-line rendition of this instance into text.
|
|
Status of activated Component. |
|
Status of non-existant Component. |
|
Status of non-activated Component. |
|
The description of the status. |
|
The name of the status (e.g. COMPONENT_ACTIVATED). |