683684685686687688689690691692693694
Integer i = ic.getValue(); return i; } else if (s instanceof LongColumn) { LongColumn lc = (LongColumn) s; Integer i = lc.getValue(); return i; } else if (s instanceof LongLongColumn) { LongLongColumn llc = (LongLongColumn) s;