Statistics
| Revision:

root / trunk / libraries / libFMap / src / com / iver / cit / gvsig / fmap / operations / selection / Record.java @ 214

History | View | Annotate | Download (215 Bytes)

1
/* Generated by Together */
2

    
3
package com.iver.cit.gvsig.fmap.operations.selection;
4

    
5
public interface Record {
6
    int getFieldCount() ;
7

    
8
    String getFieldName(int index) ;
9

    
10
    String getFieldValue(int index) ;
11
}