public class Neureka.Settings.DType
extends java.lang.Object
Constructor and Description |
---|
DType() |
Modifier and Type | Method and Description |
---|---|
DataType<?> |
getDefaultDataType() |
java.lang.Class<?> |
getDefaultDataTypeClass()
The default data type is not relevant most of the time.
|
boolean |
getIsAutoConvertingExternalDataToJVMTypes()
This flag will determine if foreign data types will be converted into the next best fit (in terms of bits)
or if it should be converted into something that does not mess with the representation of the data.
|
void |
setDefaultDataTypeClass(java.lang.Class<?> dtype)
The default data type is not relevant most of the time.
|
void |
setIsAutoConvertingExternalDataToJVMTypes(boolean autoConvert)
This flag will determine if foreign data types will be converted into the next best fit (in terms of bits)
or if it should be converted into something that does not mess with the representation of the data.
|
java.lang.String |
toString() |
public java.lang.Class<?> getDefaultDataTypeClass()
public DataType<?> getDefaultDataType()
public void setDefaultDataTypeClass(java.lang.Class<?> dtype)
public boolean getIsAutoConvertingExternalDataToJVMTypes()
public void setIsAutoConvertingExternalDataToJVMTypes(boolean autoConvert)
public java.lang.String toString()
toString
in class java.lang.Object