Uses of Enum Class
io.keikai.model.SCell.CellType
Packages that use SCell.CellType
Package
Description
-
Uses of SCell.CellType in io.keikai.model
Methods in io.keikai.model that return SCell.CellTypeModifier and TypeMethodDescriptionSCell.getFormulaResultType()SCell.getType()static SCell.CellTypeReturns the enum constant of this class with the specified name.static SCell.CellType[]SCell.CellType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SCell.CellType in io.keikai.model.impl
Fields in io.keikai.model.impl declared as SCell.CellTypeMethods in io.keikai.model.impl that return SCell.CellTypeModifier and TypeMethodDescriptionFormulaResultCellValue.getCellType()CellImpl.getFormulaResultType()CellBuffer.getType()CellImpl.getType()CellValue.getType()Methods in io.keikai.model.impl with parameters of type SCell.CellTypeModifier and TypeMethodDescriptionprotected voidAbstractCellAdv.checkFormulaResultType(SCell.CellType... types) protected voidAbstractCellAdv.checkType(SCell.CellType... types) voidCellBuffer.setType(SCell.CellType type) Constructors in io.keikai.model.impl with parameters of type SCell.CellType -
Uses of SCell.CellType in io.keikai.model.impl.sys
Methods in io.keikai.model.impl.sys that return SCell.CellTypeMethods in io.keikai.model.impl.sys with parameters of type SCell.CellType -
Uses of SCell.CellType in io.keikai.model.sys.input
Methods in io.keikai.model.sys.input that return SCell.CellType -
Uses of SCell.CellType in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SCell.CellTypeModifier and TypeMethodDescriptionbooleanDataValidationHelper.validate(int row, int col, SCell.CellType cellType, Object value, String dataformat)