| Package | Description |
|---|---|
| uno.informatics.data |
| Modifier and Type | Method and Description |
|---|---|
static DataType[] |
DataType.getAllTypes() |
DataType |
Scale.getDataType()
Gets the data type for this scale.
|
static DataType |
DataTypeConstants.getDataType(int conversionType)
Gets the data type for the conversion type
|
static DataType |
DataType.getDataTypeById(int id)
Gets the data type for the given type id
|
DataType |
ScaleType.getDefaultEncoding() |
static DataType |
DataType.getTypeByAbbreviation(String abbreviation) |
static DataType |
DataType.getTypeByName(String name) |
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
DataTypeConstants.getConversionType(DataType dataType)
Gets the conversion type for data type
|
void |
Scale.setDataType(DataType type) |
Copyright © 2017. All rights reserved.