public abstract class DataType extends Object implements Serializable
| Constructor and Description |
|---|
DataType() |
| Modifier and Type | Method and Description |
|---|---|
abstract TDTypeValue |
fromString(String value) |
abstract TDTypeValue |
getDefaultValue() |
abstract String |
getName() |
public abstract String getName()
public abstract TDTypeValue getDefaultValue()
public abstract TDTypeValue fromString(String value)
Copyright © 2020. All Rights Reserved.