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 Object
call(Properties bindings, GrelExpr[] args)
String
checkArguments(GrelExpr[] args)
String
getDescription()
String
getParams()
String
getReturns()
-
-
-
Method Detail
-
checkArguments
public String checkArguments(GrelExpr[] args)
- Specified by:
checkArguments
in interfaceControl
-
call
public Object call(Properties bindings, GrelExpr[] args)
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceControl
-
getReturns
public String getReturns()
- Specified by:
getReturns
in interfaceControl
-
-