- getCaseSensitive() - Method in class com.exponam.api.reader.filters.StringContains
-
- getCaseSensitive() - Method in class com.exponam.api.reader.filters.StringDoesNotContain
-
- getCaseSensitive() - Method in class com.exponam.api.reader.filters.StringDoesNotEndWith
-
- getCaseSensitive() - Method in class com.exponam.api.reader.filters.StringDoesNotStartWith
-
- getCaseSensitive() - Method in class com.exponam.api.reader.filters.StringEndsWith
-
- getCaseSensitive() - Method in class com.exponam.api.reader.filters.StringIsEqual
-
- getCaseSensitive() - Method in class com.exponam.api.reader.filters.StringIsGreaterThan
-
- getCaseSensitive() - Method in class com.exponam.api.reader.filters.StringIsGreaterThanOrEqual
-
- getCaseSensitive() - Method in class com.exponam.api.reader.filters.StringIsLessThan
-
- getCaseSensitive() - Method in class com.exponam.api.reader.filters.StringIsLessThanOrEqual
-
- getCaseSensitive() - Method in class com.exponam.api.reader.filters.StringIsNotEqual
-
- getCaseSensitive() - Method in class com.exponam.api.reader.filters.StringStartsWith
-
- getColumnCount(int) - Method in class com.exponam.api.reader.Reader
-
The number of columns contained in a worksheet.
- getColumnFilter() - Method in class com.exponam.api.reader.QueryColumn
-
- getColumnName(int, int) - Method in class com.exponam.api.reader.Reader
-
The name of a given column in a worksheet.
- getColumnType(int, int) - Method in class com.exponam.api.reader.Reader
-
The type of data held in a given column in a worksheet.
- getDesiredType() - Method in class com.exponam.api.reader.QueryColumn
-
- getFilters() - Method in class com.exponam.api.reader.filters.And
-
- getFilters() - Method in class com.exponam.api.reader.filters.Or
-
- getOperand() - Method in class com.exponam.api.reader.filters.IsEqual
-
- getOperand() - Method in class com.exponam.api.reader.filters.IsGreaterThan
-
- getOperand() - Method in class com.exponam.api.reader.filters.IsGreaterThanOrEqual
-
- getOperand() - Method in class com.exponam.api.reader.filters.IsLessThan
-
- getOperand() - Method in class com.exponam.api.reader.filters.IsLessThanOrEqual
-
- getOperand() - Method in class com.exponam.api.reader.filters.IsNotEqual
-
- getOperand() - Method in class com.exponam.api.reader.filters.StringContains
-
- getOperand() - Method in class com.exponam.api.reader.filters.StringDoesNotContain
-
- getOperand() - Method in class com.exponam.api.reader.filters.StringDoesNotEndWith
-
- getOperand() - Method in class com.exponam.api.reader.filters.StringDoesNotStartWith
-
- getOperand() - Method in class com.exponam.api.reader.filters.StringEndsWith
-
- getOperand() - Method in class com.exponam.api.reader.filters.StringIsEqual
-
- getOperand() - Method in class com.exponam.api.reader.filters.StringIsGreaterThan
-
- getOperand() - Method in class com.exponam.api.reader.filters.StringIsGreaterThanOrEqual
-
- getOperand() - Method in class com.exponam.api.reader.filters.StringIsLessThan
-
- getOperand() - Method in class com.exponam.api.reader.filters.StringIsLessThanOrEqual
-
- getOperand() - Method in class com.exponam.api.reader.filters.StringIsNotEqual
-
- getOperand() - Method in class com.exponam.api.reader.filters.StringStartsWith
-
- getProject() - Method in class com.exponam.api.reader.QueryColumn
-
- getRowCount(int) - Method in class com.exponam.api.reader.Reader
-
The number of rows contained in a worksheet.
- getRowValues(int, int, int, Map<Integer, QueryColumn>, BiConsumer<Integer, Function<Integer, Object>>) - Method in class com.exponam.api.reader.Reader
-
This method is recommended for reading large numbers of row-wise data.
- getValue(int, int, int, Type) - Method in class com.exponam.api.reader.Reader
-
A data value held within a .BIG file, at the intersection of a worksheet index,
row index, and column index, returned as an instance of desiredClass.
- getWorksheetCount() - Method in class com.exponam.api.reader.Reader
-
The number of worksheets contained in the file.
- getWorksheetName(int) - Method in class com.exponam.api.reader.Reader
-
The name given for a specific worksheet.