public class TableDataColumn extends Object
TableData
objectConstructor and Description |
---|
TableDataColumn(String name,
int index,
Class<?> type)
Creates a new instance
|
TableDataColumn(String name,
String description,
int index,
Class<?> type)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Get the description
|
int |
getIndex()
Get the index
|
String |
getName()
Get the header
|
Class<?> |
getType()
Get the data type
|
int |
hashCode() |
void |
setDescription(String description)
Set the description
|
void |
setIndex(int index)
Set the index
|
void |
setName(String name)
Set the header
|
void |
setType(Class<?> type)
Set the data type
|
String |
toString() |
public TableDataColumn(String name, int index, Class<?> type)
name
- The headerindex
- The indextype
- The type of data in this columnpublic String getName()
public void setName(String name)
name
- The headerpublic String getDescription()
public void setDescription(String description)
description
- The descriptionpublic int getIndex()
public void setIndex(int index)
index
- The indexpublic Class<?> getType()
public void setType(Class<?> type)
type
- The data type
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.