Class WorkbookRecord
java.lang.Object
io.leandev.appfuse.workbook.WorkbookRecord
- All Implemented Interfaces:
Record
-
Field Summary
Fields inherited from interface Record
converters, localDateTimeConverter -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Record
getAsBigDecimal, getAsBigDecimal, getAsBigInteger, getAsBigInteger, getAsBoolean, getAsBoolean, getAsDate, getAsDate, getAsDouble, getAsDouble, getAsFloat, getAsFloat, getAsInteger, getAsInteger, getAsLocalDateTime, getAsLocalDateTime, getAsLong, getAsLong, getAsString, getAsString, getValue, isEmpty
-
Method Details
-
setHeaders
-
getHeaders
-
size
-
getValues
Description copied from interface:Record取得記錄中所有欄位的值列表。
注意:此方法主要供內部
Record.isEmpty()使用。 應用層請優先使用型別安全的存取方法,如Record.getAsString(String)、Record.getAsInteger(String)等。使用通配符
List<?>允許實作類(如 CsvRecord)回傳具體型別(如List<String>), 保持型別安全與彈性。 -
getValue
-
getValue
-
indexOf
-