public class Column
extends java.lang.Object
Constructor and Description |
---|
Column(java.lang.String definition)
Construct a new column from the given string representation.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Retrieve the name of the column.
|
java.lang.Class |
getType()
Retrieve the Class corresponding to the column's type.
|
java.lang.String |
getTypeString()
Retrieve a string representation of the type.
|
public Column(java.lang.String definition)
public java.lang.String getName()
public java.lang.String getTypeString()
public java.lang.Class getType()
Copyright © 2014 Open Microscopy Environment