Package org.openrefine.grel.controls
Class ForEachIndex
- java.lang.Object
-
- org.openrefine.grel.controls.ForEachIndex
-
- All Implemented Interfaces:
Serializable,Control
public class ForEachIndex extends Object implements Control
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ForEachIndex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectcall(Properties bindings, GrelExpr[] args)StringcheckArguments(GrelExpr[] args)StringgetDescription()StringgetParams()StringgetReturns()
-
-
-
Method Detail
-
checkArguments
public String checkArguments(GrelExpr[] args)
- Specified by:
checkArgumentsin interfaceControl
-
call
public Object call(Properties bindings, GrelExpr[] args)
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceControl
-
getReturns
public String getReturns()
- Specified by:
getReturnsin interfaceControl
-
-