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