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.
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)