newDetector = new NumericFloatConditionDetector( pattern,
factField,
(Float) realCellValue.getNumericValue(),
operator );
} else if ( type.equals( SuggestionCompletionEngine.TYPE_NUMERIC_INTEGER ) ) {
newDetector = new NumericIntegerConditionDetector( pattern,
factField,
(Integer) realCellValue.getNumericValue(),
operator );
} else if ( type.equals( SuggestionCompletionEngine.TYPE_NUMERIC_LONG ) ) {
newDetector = new NumericLongConditionDetector( pattern,