Uses of Enum Class
io.keikai.model.ErrorCheckType
Packages that use ErrorCheckType
Package
Description
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
-
Uses of ErrorCheckType in io.keikai.model
Methods in io.keikai.model that return ErrorCheckTypeModifier and TypeMethodDescriptionstatic ErrorCheckTypeReturns the enum constant of this class with the specified name.static ErrorCheckType[]ErrorCheckType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.keikai.model that return types with arguments of type ErrorCheckTypeModifier and TypeMethodDescriptionSIgnoredError.getIgnoredTypes()Returns the set of error check types that are ignored.Methods in io.keikai.model with parameters of type ErrorCheckTypeModifier and TypeMethodDescriptiondefault voidSSheet.addIgnoredError(CellRegion range, ErrorCheckType... types) Adds an ignored error for the specified cell region and error check types. -
Uses of ErrorCheckType in io.keikai.model.impl
Methods in io.keikai.model.impl that return types with arguments of type ErrorCheckTypeConstructors in io.keikai.model.impl with parameters of type ErrorCheckTypeModifierConstructorDescriptionIgnoredErrorImpl(CellRegion region, ErrorCheckType... types) Creates an ignored error for the given region with the specified types.Constructor parameters in io.keikai.model.impl with type arguments of type ErrorCheckTypeModifierConstructorDescriptionIgnoredErrorImpl(CellRegion region, Set<ErrorCheckType> types) Creates an ignored error for the given region with the specified set of types.