Class SHA1
- java.lang.Object
 - 
- org.openrefine.grel.PureFunction
 - 
- org.openrefine.expr.functions.strings.SHA1
 
 
 
- 
- All Implemented Interfaces:
 Serializable,Function
public class SHA1 extends PureFunction
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SHA1() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectcall(Object[] args)Computes the value of the function on the given argumentsStringgetDescription()StringgetParams()StringgetReturns()- 
Methods inherited from class org.openrefine.grel.PureFunction
call 
 - 
 
 - 
 
- 
- 
Method Detail
- 
call
public Object call(Object[] args)
Description copied from class:PureFunctionComputes the value of the function on the given arguments- Specified by:
 callin classPureFunction- Parameters:
 args- the values of the arguments- Returns:
 - the return value of the function
 
 
- 
getDescription
public String getDescription()
 
- 
getParams
public String getParams()
 
- 
getReturns
public String getReturns()
 
 - 
 
 -