ALWAYS, FAILED, SUCCESSFUL, UNSUCCESSFUL
Constructor and Description |
---|
BasicCondition(int value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
boolean |
isMatching(int resultCode) |
public boolean isMatching(int resultCode)
isMatching
in interface Condition
resultCode
- the resultCode that should be checkedtrue
if the resultCode matches the condition;
false
otherwisepublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object