Package io.keikai.model
Interface SIgnoredError
- All Known Implementing Classes:
IgnoredErrorImpl
public interface SIgnoredError
Represents error checks that are suppressed for a specific cell region.
Corresponds to <ignoredError> in ECMA-376 Section 18.3.1.39.
- Since:
- 7.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the set of error check types that are ignored.Returns the cell region for which errors are ignored.
-
Method Details
-
getRegion
CellRegion getRegion()Returns the cell region for which errors are ignored.- Returns:
- the cell region
-
getIgnoredTypes
Set<ErrorCheckType> getIgnoredTypes()Returns the set of error check types that are ignored.- Returns:
- an unmodifiable set of ignored error check types
-