Package adalid.core.predicates
Class IsEntityNameIncluded
- java.lang.Object
-
- adalid.core.predicates.IsEntityNameIncluded
-
- All Implemented Interfaces:
org.apache.commons.collections.Predicate
public class IsEntityNameIncluded extends Object implements org.apache.commons.collections.Predicate
- Author:
- Jorge Campins
-
-
Constructor Summary
Constructors Constructor Description IsEntityNameIncluded()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanevaluate(Object object)String[]getIncludedNames()voidsetIncludedNames(String[] names)
-
-
-
Method Detail
-
evaluate
public boolean evaluate(Object object)
- Specified by:
evaluatein interfaceorg.apache.commons.collections.Predicate
-
getIncludedNames
public String[] getIncludedNames()
- Returns:
- the included names array
-
setIncludedNames
public void setIncludedNames(String[] names)
- Parameters:
names- the included names array to set
-
-