|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Number org.geotools.data.vpf.io.RowField
RowField.java Created: Mon Jan 27 13:58:34 2003
Field Summary |
Constructor Summary | |
RowField(java.lang.Object value,
char type)
Creates a new instance. |
Method Summary | |
byte |
byteValue()
|
double |
doubleValue()
|
boolean |
equals(java.lang.Object obj)
Method equals is used to perform |
float |
floatValue()
|
char |
getType()
Method getType is used to perform |
java.lang.Object |
getValue()
Method getValue is used to perform |
int |
hashCode()
|
int |
intValue()
|
long |
longValue()
|
short |
shortValue()
|
java.lang.String |
toString()
Method toString is used to perform |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RowField(java.lang.Object value, char type)
RowField
instance.
value
- an Object
valuetype
- a char
valueMethod Detail |
public java.lang.String toString()
toString
is used to perform
String
valuepublic boolean equals(java.lang.Object obj)
equals
is used to perform
obj
- an Object
value
boolean
valuepublic int hashCode()
public char getType()
getType
is used to perform
char
valuepublic java.lang.Object getValue()
getValue
is used to perform
Object
valuepublic int intValue()
public long longValue()
public byte byteValue()
public short shortValue()
public float floatValue()
public double doubleValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |