es.prodevelop.gvsig.mobile.fmap.core
Interface IRow

All Known Subinterfaces:
IFeature
All Known Implementing Classes:
DefaultFeature, DefaultRow

public interface IRow

Author:
fjp Simple Row. IFeature extends it. Useful for edition, for example. You can have a EditionAdapter backed by an ExpansionFile and work always with IRow.

Method Summary
 IRow cloneRow()
           
 com.hardcode.gdbms.engine.values.Value getAttribute(int fieldIndex)
           
 com.hardcode.gdbms.engine.values.Value[] getAttributes()
           
 java.lang.String getID()
           
 void setAttributes(com.hardcode.gdbms.engine.values.Value[] att)
           
 void setID(java.lang.String ID)
           
 

Method Detail

getID

public java.lang.String getID()

getAttribute

public com.hardcode.gdbms.engine.values.Value getAttribute(int fieldIndex)

getAttributes

public com.hardcode.gdbms.engine.values.Value[] getAttributes()

setAttributes

public void setAttributes(com.hardcode.gdbms.engine.values.Value[] att)

cloneRow

public IRow cloneRow()

setID

public void setID(java.lang.String ID)