|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Operator
Indicates a supported Operator.
The operator that is supported is indicated by the getName() field, these names are formally defined to match:
| 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(). |
| Method Detail |
|---|
@UML(identifier="name",
specification=UNSPECIFIED)
String getName()
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.
boolean equals(Object obj)
equals in class Objectint hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||