|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LyFilterElement
Common interface for LyFilter, LyFilterRelation and LyFilterExpression FilterElements may be added into a filter.
LyFilterExpression
,
LyFilter
,
LyFilterRelation
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
java.lang.String |
getName()
Returns a displayable string of this element. |
boolean |
match(LyValueSet values)
Indicates whether the specified values matches the filter criterion. |
boolean |
match(java.lang.Object object)
Indicates whether the specified object matches the filter criterion. |
void |
writeXml(java.io.PrintWriter pw)
Writes XML corresponding to this filter element. |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
boolean match(java.lang.Object object)
object
- Object for which the filter criterion is checked.
boolean match(LyValueSet values)
values
- List of values for which the filter criterion is checked.
void writeXml(java.io.PrintWriter pw)
pw
- PrintWriter on which the XML is written.java.lang.String getName()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |