(int columnIndex)
| 970 | } |
| 971 | |
| 972 | public String getColumnName(int columnIndex) throws DDFException { |
| 973 | return this.getSchema().getColumnName(columnIndex); |
| 974 | } |
| 975 | |
| 976 | public Factor<?> setAsFactor(int columnIndex) throws DDFException { |
| 977 | return this.getSchemaHandler().setAsFactor(columnIndex); |