newDetector = new NumericBigIntegerConditionDetector( pattern,
factField,
(BigInteger) realCellValue.getNumericValue(),
operator );
} else if ( type.equals( SuggestionCompletionEngine.TYPE_NUMERIC_BYTE ) ) {
newDetector = new NumericByteConditionDetector( pattern,
factField,
(Byte) realCellValue.getNumericValue(),
operator );
} else if ( type.equals( SuggestionCompletionEngine.TYPE_NUMERIC_DOUBLE ) ) {
newDetector = new NumericDoubleConditionDetector( pattern,