Package org.geotools.data.vpf.io
Class TableRow
- Object
-
- TableRow
-
- All Implemented Interfaces:
VPFRow
public class TableRow extends Object implements VPFRow
TableRow.java Created: Thu Jan 02 23:58:39 2003- Author:
- Artur Hefczyc
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Describeequalsmethod here.intfieldsCount()DescribefieldsCountmethod here.RowFieldget(int idx)Describegetmethod here.RowFieldget(String name)Describegetmethod here.inthashCode()StringtoString()DescribetoStringmethod here.
-
-
-
Method Detail
-
toString
public String toString()
DescribetoStringmethod here.
-
fieldsCount
public int fieldsCount()
DescribefieldsCountmethod here.- Returns:
- an
intvalue
-
get
public RowField get(String name)
Describegetmethod here.- Parameters:
name- aStringvalue- Returns:
- a
RowFieldvalue
-
get
public RowField get(int idx)
Describegetmethod here.- Parameters:
idx- anintvalue- Returns:
- a
RowFieldvalue
-
equals
public boolean equals(Object obj)
Describeequalsmethod here.
-
-