public class Column extends Object
Modifier and Type | Field and Description |
---|---|
private String |
name |
private String |
typeString |
Constructor and Description |
---|
Column(String definition)
Construct a new column from the given string representation.
|
public Column(String definition)
public String getName()
public String getTypeString()
public Class getType()
Copyright © 2016 Open Microscopy Environment