| Package | Description |
|---|---|
| org.eclipse.epsilon.emc.spreadsheets |
| Modifier and Type | Field and Description |
|---|---|
protected SpreadsheetDataType |
SpreadsheetColumn.dataType |
static SpreadsheetDataType |
SpreadsheetConstants.DEFAULT_COL_DATATYPE |
| Modifier and Type | Method and Description |
|---|---|
static SpreadsheetDataType |
SpreadsheetDataType.convert(String dataType)
Converts the given String representation of a data type to the corresponding
internal representation.
|
SpreadsheetDataType |
SpreadsheetColumn.getDataType() |
static SpreadsheetDataType |
SpreadsheetDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpreadsheetDataType[] |
SpreadsheetDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
SpreadsheetDataType.castColumnValue(SpreadsheetDataType dataType,
Object value)
Ensures that the given value conforms to the given SpreadsheetDataType.
|
static String |
SpreadsheetDataType.formatAsString(SpreadsheetDataType dataType)
Returns a string representation of the given SpreadsheetDataType.
|
static String |
SpreadsheetDataType.getDefaultDTValue(SpreadsheetDataType dataType)
Returns the default value of the given SpreadsheetDataType.
|
void |
SpreadsheetColumn.setDataType(SpreadsheetDataType dataType) |
Copyright © 2020. All rights reserved.