|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fuin.utils4j.filter.BooleanFilter
public class BooleanFilter
Defines a filter on a Boolean property value.
| Constructor Summary | |
|---|---|
BooleanFilter(Boolean constValue)
Constructor with all necessary values. |
|
| Method Summary | |
|---|---|
boolean |
complies(Object value)
Checks if the argument complies with the condition of the filter. |
Boolean |
getConstValue()
Returns the value the property is compared with. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BooleanFilter(Boolean constValue)
constValue - Value the property is compared with.| Method Detail |
|---|
public final Boolean getConstValue()
public final boolean complies(Object value)
complies in interface Filtervalue - Object to be tested for compliance
public final String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||