Package ome.metakit
Class Column
java.lang.Object
ome.metakit.Column
Class representing a column in a Metakit database file.
- Author:
- Melissa Linkert melissa at glencoesoftware.com
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Column
Construct a new column from the given string representation. The string representation should take the form name:type, e.g. "fieldID:I".
-
-
Method Details
-
getName
Retrieve the name of the column. -
getTypeString
Retrieve a string representation of the type. Valid values are "I", "F", "B", "S", "D", and "L". -
getType
Retrieve the Class corresponding to the column's type.
-