|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.wikitty.search.operators.Restriction
org.nuiton.wikitty.search.operators.BinaryOperator
WikittyQuery
@Deprecated public class BinaryOperator
This class is an abstract class that's used to factor each operator that handle two parameters (=, !=, <, <=, >, >=, end, begin).
| Field Summary | |
|---|---|
protected Element |
element
Deprecated. |
protected String |
value
Deprecated. |
| Fields inherited from class org.nuiton.wikitty.search.operators.Restriction |
|---|
name |
| Constructor Summary | |
|---|---|
BinaryOperator()
Deprecated. Default constructor |
|
BinaryOperator(Element element,
String value)
Deprecated. Constructor with all parameters initialized |
|
| Method Summary | |
|---|---|
boolean |
equals(Object other)
Deprecated. Equality test based attributes values |
Element |
getElement()
Deprecated. Return element |
String |
getValue()
Deprecated. Return value |
int |
hashCode()
Deprecated. |
void |
setElement(Element element)
Deprecated. Set a value to parameter element. |
void |
setValue(String value)
Deprecated. Set a value to parameter value. |
| Methods inherited from class org.nuiton.wikitty.search.operators.Restriction |
|---|
getName, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Element element
protected String value
| Constructor Detail |
|---|
public BinaryOperator()
public BinaryOperator(Element element,
String value)
element - value - | Method Detail |
|---|
public Element getElement()
public void setElement(Element element)
element - public String getValue()
public void setValue(String value)
value - public boolean equals(Object other)
equals in class Restrictionvalue - Value to comparepublic int hashCode()
hashCode in class Restriction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||