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 boolean
equals(Object obj)
Describeequals
method here.int
fieldsCount()
DescribefieldsCount
method here.RowField
get(int idx)
Describeget
method here.RowField
get(String name)
Describeget
method here.int
hashCode()
String
toString()
DescribetoString
method here.
-
-
-
Method Detail
-
toString
public String toString()
DescribetoString
method here.
-
fieldsCount
public int fieldsCount()
DescribefieldsCount
method here.- Returns:
- an
int
value
-
get
public RowField get(String name)
Describeget
method here.- Parameters:
name
- aString
value- Returns:
- a
RowField
value
-
get
public RowField get(int idx)
Describeget
method here.- Parameters:
idx
- anint
value- Returns:
- a
RowField
value
-
equals
public boolean equals(Object obj)
Describeequals
method here.
-
-