Package org.djutils.data
Interface DataColumn<T>
- 
- Type Parameters:
 T- type of value
- All Superinterfaces:
 Identifiable
- All Known Implementing Classes:
 SimpleDataColumn
public interface DataColumn<T> extends Identifiable
Meta data of data in a column.Copyright (c) 2020-2021 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUTILS License.- Author:
 - Alexander Verbraeck, Peter Knoppers
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()Returns the column description.Class<T>getValueType()Returns the type of the values in the column.- 
Methods inherited from interface org.djutils.base.Identifiable
getId 
 - 
 
 -