org.geotools.filter.capability
Class OperatorImpl

Object
  extended by OperatorImpl
All Implemented Interfaces:
Operator
Direct Known Subclasses:
FunctionNameImpl, SpatialOperatorImpl

public class OperatorImpl
extends Object
implements Operator

Implementation of the Operator interface.

Author:
Justin Deoliveira, The Open Planning Project

Constructor Summary
OperatorImpl(Operator copy)
           
OperatorImpl(String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 int hashCode()
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperatorImpl

public OperatorImpl(String name)

OperatorImpl

public OperatorImpl(Operator copy)
Method Detail

setName

public void setName(String name)

getName

public String getName()
Specified by:
getName in interface Operator

hashCode

public int hashCode()
Specified by:
hashCode in interface Operator
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Specified by:
equals in interface Operator
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1996-2009 Geotools. All Rights Reserved.