public class RowField extends Number implements DataTypesDefinition
BIG_ENDIAN_ORDER, CHAR_NULL_VALUE, DATA_2_COORD_F, DATA_2_COORD_F_LEN, DATA_2_COORD_R, DATA_2_COORD_R_LEN, DATA_3_COORD_F, DATA_3_COORD_F_LEN, DATA_3_COORD_R, DATA_3_COORD_R_LEN, DATA_DATE_TIME, DATA_DATE_TIME_LEN, DATA_LEVEL1_TEXT, DATA_LEVEL2_TEXT, DATA_LEVEL3_TEXT, DATA_LONG_FLOAT, DATA_LONG_FLOAT_LEN, DATA_LONG_INTEGER, DATA_LONG_INTEGER_LEN, DATA_NULL_FIELD, DATA_NULL_FIELD_LEN, DATA_SHORT_FLOAT, DATA_SHORT_FLOAT_LEN, DATA_SHORT_INTEGER, DATA_SHORT_INTEGER_LEN, DATA_TEXT, DATA_TRIPLET_ID, DATA_TRIPLET_ID_LEN, LEAST_SIGNIF_FIRST, LITTLE_ENDIAN_ORDER, MOST_SIGNIF_FIRST, STRING_NULL_VALUE, STRING_NULL_VALUES
Constructor and Description |
---|
RowField(Object value,
char type)
Creates a new
instance. |
Modifier and Type | Method and Description |
---|---|
byte |
byteValue() |
double |
doubleValue() |
boolean |
equals(Object obj)
Method
equals is used to perform |
float |
floatValue() |
char |
getType()
Method
getType is used to perform |
Object |
getValue()
Method
getValue is used to perform |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
short |
shortValue() |
String |
toString()
Method
toString is used to perform |
public RowField(Object value, char type)
RowField
instance.value
- an Object
valuetype
- a char
valuepublic String toString()
toString
is used to performpublic boolean equals(Object obj)
equals
is used to performpublic char getType()
getType
is used to performchar
valuepublic Object getValue()
getValue
is used to performObject
valuepublic short shortValue()
shortValue
in class Number
public float floatValue()
floatValue
in class Number
public double doubleValue()
doubleValue
in class Number
Copyright © 1996–2022 Geotools. All rights reserved.