public class OffsetCellCheckImpl extends Object implements OffsetCellCheck
Constructor and Description |
---|
OffsetCellCheckImpl() |
OffsetCellCheckImpl(Object value) |
OffsetCellCheckImpl(short offset,
Object value) |
Modifier and Type | Method and Description |
---|---|
short |
getOffset() |
Object |
getValue() |
boolean |
isCheckSuccessful(org.apache.poi.ss.usermodel.Cell cell) |
boolean |
isCheckSuccessful(org.apache.poi.ss.usermodel.Row row) |
void |
setOffset(short offset) |
void |
setValue(Object value) |
public OffsetCellCheckImpl()
public OffsetCellCheckImpl(short offset, Object value)
public OffsetCellCheckImpl(Object value)
public Object getValue()
getValue
in interface OffsetCellCheck
public void setValue(Object value)
setValue
in interface OffsetCellCheck
public short getOffset()
getOffset
in interface OffsetCellCheck
public void setOffset(short offset)
setOffset
in interface OffsetCellCheck
public boolean isCheckSuccessful(org.apache.poi.ss.usermodel.Cell cell)
isCheckSuccessful
in interface OffsetCellCheck
public boolean isCheckSuccessful(org.apache.poi.ss.usermodel.Row row)
isCheckSuccessful
in interface OffsetCellCheck
Copyright © 2019. All rights reserved.