org.geotools.filter.function.string
Class ConcatenateFunction.Name

Object
  extended by ConcatenateFunction.Name
All Implemented Interfaces:
FunctionName, Operator
Enclosing class:
ConcatenateFunction

public static class ConcatenateFunction.Name
extends Object
implements FunctionName

Describe how this function works. (should be available via FactoryFinder lookup...)


Constructor Summary
ConcatenateFunction.Name()
           
 
Method Summary
 int getArgumentCount()
           
 List<String> getArgumentNames()
           
 String getName()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface Operator
equals, hashCode
 

Constructor Detail

ConcatenateFunction.Name

public ConcatenateFunction.Name()
Method Detail

getArgumentCount

public int getArgumentCount()
Specified by:
getArgumentCount in interface FunctionName

getArgumentNames

public List<String> getArgumentNames()
Specified by:
getArgumentNames in interface FunctionName

getName

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


Copyright © 1996-2009 Geotools. All Rights Reserved.