Class SpreadsheetConstants
java.lang.Object
org.eclipse.epsilon.emc.spreadsheets.SpreadsheetConstants
- Direct Known Subclasses:
ORMConstants
This class holds various spreadsheet driver-wide constants.
- Author:
- Martins Francis
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SpreadsheetDataType
static final String
static final boolean
static final String
static final String
static final String
static final String
static final String
static final String
static final boolean
static final boolean
static final boolean
static final boolean
static final String
static final String
static final String
static final String
static final String
static final String
This application-wide constant is used to split the column names i.e.static final String
static final String
static final String
This application-wide constant is used to identify worksheets that should be ignored when the model is loaded. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DT_STRING
- See Also:
-
DT_INTEGER
- See Also:
-
DT_BOOLEAN
- See Also:
-
DT_DOUBLE
- See Also:
-
DT_FLOAT
- See Also:
-
DEFAULT_DT_STRING
- See Also:
-
DEFAULT_DT_INTEGER
- See Also:
-
DEFAULT_DT_BOOLEAN
- See Also:
-
DEFAULT_DT_DOUBLE
- See Also:
-
DEFAULT_DT_FLOAT
- See Also:
-
DEFAULT_DT_VALUE
- See Also:
-
DEFAULT_WORKSHEET_DT_STRICT
public static final boolean DEFAULT_WORKSHEET_DT_STRICT- See Also:
-
DEFAULT_WORKSHEET_CREATE_ON_LOAD
public static final boolean DEFAULT_WORKSHEET_CREATE_ON_LOAD- See Also:
-
DEFAULT_COL_DATATYPE
-
DEFAULT_COL_MANY
public static final boolean DEFAULT_COL_MANY- See Also:
-
DEFAULT_COL_DELIMITER
- See Also:
-
PREFIX_COLUMN
- See Also:
-
PREFIX_VALUE
- See Also:
-
DEFAULT_REFERENCE_MANY
public static final boolean DEFAULT_REFERENCE_MANY- See Also:
-
DEFAULT_REFERENCE_CASCADE
public static final boolean DEFAULT_REFERENCE_CASCADE- See Also:
-
WORKSHEET_IGNORE_CHARS
This application-wide constant is used to identify worksheets that should be ignored when the model is loaded. Any worksheet whose name starts with those characters will be ignored.- See Also:
-
HEADER_NAME_SPLIT_CHARS
This application-wide constant is used to split the column names i.e. the name will be set to the value preceding characters defined here. For example, if definition is "-" and name in worksheet is "first-name" then name of column will be set to "first".- See Also:
-
-
Constructor Details
-
SpreadsheetConstants
public SpreadsheetConstants()
-