// Retrieve "Guvnor" enums
String[] allValueList = model.getValueList( conditionCol );
ConditionDetector newDetector;
if ( allValueList.length != 0 ) {
// Guvnor enum
newDetector = new EnumConditionDetector( pattern,
factField,
Arrays.asList( allValueList ),
realCellValue.getStringValue(),
operator );
} else if ( type == null ) {