@groovy.transform.ToString(includeNames: true, includePackage: false) @groovy.transform.EqualsAndHashCode(includes: [id]) class SampleBasicStatus extends BasicStatus
A test class that can be added to the list of basic samples.
| Type | Name and description |
|---|---|
private java.lang.String |
id |
private static SampleBasicStatus |
instance |
| Constructor and description |
|---|
SampleBasicStatus
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
boolean |
isEnabled()Returns true if this status means that the object is enabled. |
| Methods inherited from class | Name |
|---|---|
class BasicStatus |
getDisplayValue, getValidValues, getValue, isDefaultChoice, isEnabled, toStringLocalized, valueOf |
Groovy Documentation