class LSNReadyStatus extends LSNStatus
The LSN is created and ready for work.
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
ID |
The database representation of this status. |
Type | Name and description |
---|---|
private static LSNReadyStatus |
instance The singleton-like instance. |
Constructor and description |
---|
LSNReadyStatus
() Empty constructor. |
LSNReadyStatus
() |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
getId() Returns the encoded ID of this value. |
|
boolean |
isDone() Returns true if this status means that the object is done. |
|
boolean |
isScrapped() Returns true if this status means that the object has been scrapped. |
|
boolean |
isWorkable() Returns true if this status means that the object is workable. |
Methods inherited from class | Name |
---|---|
class LSNStatus |
getDefault, getDisplayValue, getValidValues, getValue, isDefaultChoice, isDone, isScrapped, isWorkable, toString, toStringLocalized, valueOf |
The singleton-like instance.
Returns the encoded ID of this value.
Returns true if this status means that the object is done.
Returns true if this status means that the object has been scrapped.
Returns true if this status means that the object is workable.
Groovy Documentation