|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EffectMatch
EffectMatch defines the interface for objects that
match a given Effect against status and/or reason patterns.
| Field Summary | |
|---|---|
static int |
ANY_REASON_CODE
Constant used to represent ANY Effect reason code. |
static int |
ANY_STATUS_CODE
Constant used to represent ANY Effect status code. |
| Method Summary | |
|---|---|
boolean |
matches(Effect effect)
Returns true if an Effect matches the status and
reason patterns. |
| Field Detail |
|---|
static final int ANY_STATUS_CODE
static final int ANY_REASON_CODE
| Method Detail |
|---|
boolean matches(Effect effect)
Effect matches the status and
reason patterns.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||