public class TableColumnDef extends Object 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 |
---|
TableColumnDef(String name,
char type,
int elementsNumber,
char keyType,
String colDesc,
String valDescTableName,
String thematicIdx,
String narrTable)
Creates a new
TableColumnDef instance. |
Modifier and Type | Method and Description |
---|---|
String |
getColDesc()
Gets the value of colDesc
|
int |
getColumnSize()
Describe
getColumnSize method here. |
int |
getElementsNumber()
Gets the value of elementsNumber
|
char |
getKeyType()
Gets the value of keyType
|
String |
getName()
Gets the value of name
|
String |
getNarrTable()
Gets the value of narrTable
|
String |
getThematicIdx()
Gets the value of thematicIdx
|
char |
getType()
Gets the value of type
|
String |
getValDescTableName()
Gets the value of valDescTableName
|
boolean |
isNumeric()
Describe
isNumeric method here. |
String |
toString()
Describe
toString method here. |
public TableColumnDef(String name, char type, int elementsNumber, char keyType, String colDesc, String valDescTableName, String thematicIdx, String narrTable)
TableColumnDef
instance.name
- a String
valuetype
- a char
valueelementsNumber
- an int
valuekeyType
- a char
valuecolDesc
- a String
valuevalDescTableName
- a String
valuethematicIdx
- a String
valuenarrTable
- a String
valuepublic String toString()
toString
method here.public String getName()
public char getType()
public int getElementsNumber()
public char getKeyType()
public String getColDesc()
public String getValDescTableName()
public String getThematicIdx()
public String getNarrTable()
public int getColumnSize()
getColumnSize
method here.int
valuepublic boolean isNumeric()
isNumeric
method here.boolean
valueCopyright © 1996–2021 Geotools. All rights reserved.