Uses of Enum Class
org.eclipse.epsilon.emc.spreadsheets.SpreadsheetDataType
Packages that use SpreadsheetDataType
-
Uses of SpreadsheetDataType in org.eclipse.epsilon.emc.spreadsheets
Fields in org.eclipse.epsilon.emc.spreadsheets declared as SpreadsheetDataTypeModifier and TypeFieldDescriptionprotected SpreadsheetDataType
SpreadsheetColumn.dataType
static final SpreadsheetDataType
SpreadsheetConstants.DEFAULT_COL_DATATYPE
Methods in org.eclipse.epsilon.emc.spreadsheets that return SpreadsheetDataTypeModifier and TypeMethodDescriptionstatic SpreadsheetDataType
Converts the given String representation of a data type to the corresponding internal representation.SpreadsheetColumn.getDataType()
static SpreadsheetDataType
Returns the enum constant of this class with the specified name.static SpreadsheetDataType[]
SpreadsheetDataType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.epsilon.emc.spreadsheets with parameters of type SpreadsheetDataTypeModifier and TypeMethodDescriptionstatic Object
SpreadsheetDataType.castColumnValue
(SpreadsheetDataType dataType, Object value) Ensures that the given value conforms to the given SpreadsheetDataType.static Object
SpreadsheetDataType.coerceColumnValue
(SpreadsheetDataType dataType, Object value) 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)