|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.compatibility.base.query.FilterProperty
public final class FilterProperty
A Filter Property consists of
| Constructor Summary | |
|---|---|
FilterProperty(short quantor,
String name,
short operator)
Creates a new FilterProperty |
|
FilterProperty(short quantor,
String name,
short operator,
Object[] values)
Creates a new FilterProperty |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
Object |
getValue(int index)
|
Object[] |
getValues()
|
int |
hashCode()
|
String |
name()
|
short |
operator()
The operator |
short |
quantor()
The quantor |
String |
toString()
Returns a string representation of the object. |
List |
values()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FilterProperty(short quantor,
String name,
short operator,
Object[] values)
quantor - defines which quantor has to be appliedname - defines to which attribute to filter has to be appliedoperator - defines which operator has to be appliedvalues - Defines the "right" operands of the operator
public FilterProperty(short quantor,
String name,
short operator)
quantor - defines which quantor has to be appliedname - defines to which attribute to filter has to be appliedoperator - defines which operator has to be applied| Method Detail |
|---|
public final short quantor()
Quantorspublic final String name()
public final short operator()
FilterOperatorspublic Object[] getValues()
public Object getValue(int index)
index - public List values()
public String toString()
toString in class Objectpublic boolean equals(Object object)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||