Package uk.ac.starlink.datanode.nodes
Class DataType
java.lang.Object
uk.ac.starlink.datanode.nodes.DataType
Enumeration-like class describing types of data object which can be
supplied by a DataNode. This is intended to cover the sort of
object - like a table or array - which can have useful things done
to it by external applications. It's not designed to enumerate a
fine-grained list of all possible objects which might relate to a
node.
- Since:
- 19 Jan 2005
- Author:
- Mark Taylor (Starlink)
-
Field Details
-
TABLE
DataType representing aStarTable
object. -
DATA_SOURCE
DataType representing aDataSource
object.
-
-
Constructor Details
-
DataType
Constructs a new DataType.- Parameters:
name
- type nameclazz
- class of data object corresponding to this type
-
-
Method Details