Class UnicodeType
- java.lang.Object
-
- org.openrefine.grel.PureFunction
-
- org.openrefine.expr.functions.strings.UnicodeType
-
- All Implemented Interfaces:
Serializable
,Function
public class UnicodeType extends PureFunction
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnicodeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
call(Object[] args)
Computes the value of the function on the given argumentsString
getDescription()
String
getParams()
String
getReturns()
-
Methods inherited from class org.openrefine.grel.PureFunction
call
-
-
-
-
Method Detail
-
call
public Object call(Object[] args)
Description copied from class:PureFunction
Computes the value of the function on the given arguments- Specified by:
call
in 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()
-
-