Package org.openrefine.grel.controls
Class IsNotNull
- java.lang.Object
-
- org.openrefine.grel.controls.IsNotNull
-
- All Implemented Interfaces:
Serializable
,Control
public class IsNotNull extends Object
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IsNotNull()
-
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()
protected boolean
test(Object o)
-
-
-
Method Detail
-
getDescription
public String getDescription()
-
test
protected boolean test(Object o)
-
checkArguments
public String checkArguments(GrelExpr[] args)
- Specified by:
checkArguments
in interfaceControl
-
call
public Object call(Properties bindings, GrelExpr[] args)
-
getReturns
public String getReturns()
- Specified by:
getReturns
in interfaceControl
-
-