Modifier and Type | Field and Description |
---|---|
private int |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public boolean | Returns: the result of evaluating the specified return code.Implements org. |
public int | Returns: return code as int.Get the return code that will be checked by this IsFailure condition. |
public void |
code | back to summary |
---|---|
private int code |
IsFailure | back to summary |
---|---|
public IsFailure() |
eval | back to summary |
---|---|
public boolean eval() Implements org. Fulfill the condition interface.
|
getCode | back to summary |
---|---|
public int getCode() Get the return code that will be checked by this IsFailure condition.
|
setCode | back to summary |
---|---|
public void setCode(int c) Set the return code to check.
|