|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ddlutils.util.MultiInstanceofPredicate
public class MultiInstanceofPredicate
A predicate that tests whether the object is of one of the configured types.
| Constructor Summary | |
|---|---|
MultiInstanceofPredicate(java.lang.Class[] typesToCheck)
Creates a new predicate. |
|
| Method Summary | |
|---|---|
boolean |
evaluate(java.lang.Object obj)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultiInstanceofPredicate(java.lang.Class[] typesToCheck)
typesToCheck - The types to check| Method Detail |
|---|
public boolean evaluate(java.lang.Object obj)
evaluate in interface org.apache.commons.collections.Predicate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||