WikittyQuery@Deprecated public class BinaryOperator extends Restriction implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Element |
element
Deprecated.
|
protected String |
value
Deprecated.
|
name| Constructor and Description |
|---|
BinaryOperator()
Deprecated.
Default constructor
|
BinaryOperator(Element element,
String value)
Deprecated.
Constructor with all parameters initialized
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
getName, setNamepublic 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 RestrictionCopyright © 2009-2012 CodeLutin. All Rights Reserved.