Package ome.metakit
Class ColumnMap
java.lang.Object
ome.metakit.ColumnMap
Class representating a column mapping in a Metakit database file.
- Author:
- Melissa Linkert melissa at glencoesoftware.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the list of values in this map's column.Object[]Return an array of the values in this map's column.booleanReturn whether or not this map represents a fixed-type column.
-
Constructor Details
-
ColumnMap
-
-
Method Details
-
getValueList
Return the list of values in this map's column. -
getValues
Return an array of the values in this map's column. -
isFixedMap
public boolean isFixedMap()Return whether or not this map represents a fixed-type column. Fixed-type columns have type "I", "F", "D", or "L".
-