public class DataType extends Object
Modifier and Type | Field and Description |
---|---|
static DataType |
DATA_SOURCE
DataType representing a
DataSource object. |
static DataType |
NDX
DataType representing a
Ndx object. |
static DataType |
TABLE
DataType representing a
StarTable object. |
Modifier | Constructor and Description |
---|---|
protected |
DataType(String name,
Class clazz)
Constructs a new DataType.
|
Modifier and Type | Method and Description |
---|---|
Class |
getDataClass()
Returns the class of data object corresponding to this type.
|
String |
getName()
Returns the name of this type.
|
String |
toString() |
public static final DataType DATA_SOURCE
DataSource
object.Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.