Class ValueInAssertion
java.lang.Object
com.palantir.transforms.excel.form.cellvalue.ValueInAssertion
- All Implemented Interfaces:
CellAssertion
,Serializable
A
CellAssertion
that succeeds if the value in a cell is within a set of allowed values.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncheck
(WorkbookWithMetadata _workbook, org.apache.poi.ss.usermodel.Sheet sheet, Location location) static ValueInAssertion
-
Method Details
-
check
public AssertionResult check(WorkbookWithMetadata _workbook, org.apache.poi.ss.usermodel.Sheet sheet, Location location) - Specified by:
check
in interfaceCellAssertion
-
of
-