| |
|
| java.lang.Object java.lang.Number org.geotools.data.vpf.io.RowField
Constructor Summary | |
public | RowField(Object value, char type) Creates a new RowField instance. |
RowField | public RowField(Object value, char type)(Code) | | Creates a new RowField instance.
Parameters: value - an Object value Parameters: type - a char value |
byteValue | public byte byteValue()(Code) | | |
doubleValue | public double doubleValue()(Code) | | |
equals | public boolean equals(Object obj)(Code) | | Method equals is used to perform
Parameters: obj - an Object value a boolean value |
floatValue | public float floatValue()(Code) | | |
getType | public char getType()(Code) | | Method getType is used to perform
a char value |
getValue | public Object getValue()(Code) | | Method getValue is used to perform
an Object value |
hashCode | public int hashCode()(Code) | | |
intValue | public int intValue()(Code) | | |
longValue | public long longValue()(Code) | | |
shortValue | public short shortValue()(Code) | | |
toString | public String toString()(Code) | | Method toString is used to perform
a String value |
|
|
|