|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.filter.comparison.ComparisonOperator org.deegree.filter.comparison.BinaryComparisonOperator org.deegree.filter.comparison.PropertyIsEqualTo
public class PropertyIsEqualTo
TODO add documentation here
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.deegree.filter.comparison.ComparisonOperator |
---|
ComparisonOperator.SubType |
Nested classes/interfaces inherited from interface org.deegree.filter.Operator |
---|
Operator.Type |
Field Summary |
---|
Fields inherited from class org.deegree.filter.comparison.BinaryComparisonOperator |
---|
param1, param2 |
Fields inherited from class org.deegree.filter.comparison.ComparisonOperator |
---|
matchAction, matchCase |
Constructor Summary | |
---|---|
PropertyIsEqualTo(Expression param1,
Expression param2,
Boolean matchCase,
MatchAction matchAction)
|
Method Summary | |
---|---|
protected boolean |
compare(PrimitiveValue param1,
PrimitiveValue param2)
|
ComparisonOperator.SubType |
getSubType()
|
String |
toString(String indent)
|
Methods inherited from class org.deegree.filter.comparison.BinaryComparisonOperator |
---|
evaluate, getParameter1, getParameter2, getParams |
Methods inherited from class org.deegree.filter.comparison.ComparisonOperator |
---|
checkComparableOrNull, getMatchAction, getPrimitiveValues, getType, isMatchCase |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyIsEqualTo(Expression param1, Expression param2, Boolean matchCase, MatchAction matchAction)
Method Detail |
---|
public ComparisonOperator.SubType getSubType()
getSubType
in class ComparisonOperator
protected boolean compare(PrimitiveValue param1, PrimitiveValue param2)
compare
in class BinaryComparisonOperator
public String toString(String indent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |