com.basho.riak.client.query.functions
Class NamedJSFunction

java.lang.Object
  extended by com.basho.riak.client.query.functions.NamedJSFunction
All Implemented Interfaces:
Function, NamedFunction

public class NamedJSFunction
extends Object
implements NamedFunction

A named function that is a JS built in function.

Author:
russell

Constructor Summary
NamedJSFunction(String function)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getFunction()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NamedJSFunction

public NamedJSFunction(String function)
Parameters:
function -
Method Detail

getFunction

public String getFunction()
Returns:
the function

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.