|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectOperatorImpl
public class OperatorImpl
Implementation of the Operator interface.
Constructor Summary | |
---|---|
OperatorImpl(Operator copy)
|
|
OperatorImpl(String name)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
Equals should be implemented simply in terms of getName() |
String |
getName()
Name of supported Operator. |
int |
hashCode()
HashCode should be implemented simply in terms of getName(). |
void |
setName(String name)
|
String |
toString()
|
Methods inherited from class Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OperatorImpl(String name)
public OperatorImpl(Operator copy)
Method Detail |
---|
public void setName(String name)
public String getName()
Operator
Each filter subclass has an associated name (such as BBOX or EqualsTo), you can use this name to determine if a matching Operator is defined as part of FilterCapabilities.
getName
in interface Operator
public int hashCode()
Operator
hashCode
in interface Operator
hashCode
in class Object
public boolean equals(Object obj)
Operator
equals
in interface Operator
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |