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