public interface Errorable
| Modifier and Type | Method and Description |
|---|---|
logical |
error()
Returns the state of the ERROR attribute
|
void |
error(boolean value)
Setter for ERROR attribute.
|
void |
error(logical value)
Setter for ERROR attribute.
|
logical error()
void error(boolean value)
value - The new value of ERROR attribute.void error(logical value)
value - The new value of ERROR attribute.