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