MCPcopy Index your code
hub / github.com/benfry/processing4 / getInt

Method getInt

core/src/processing/data/TableRow.java:50–50  ·  view source on GitHub ↗

Retrieves an integer value from the TableRow 's specified column. The column may be specified by either its ID or title. @webref tablerow:method @webBrief Get an integer value from the specified column @param column ID number of the column to reference @see TableRow#getFloat(int) @see

(int column)

Source from the content-addressed store, hash-verified

48 * @see TableRow#getString(int)
49 */
50 public int getInt(int column);
51
52 /**
53 * @param columnName title of the column to reference

Callers 10

FontMethod · 0.65
FontFaceMethod · 0.65
FontGlyphMethod · 0.65
TableMethod · 0.65
odsParseSheetMethod · 0.65
parseIntoMethod · 0.65
saveBinaryMethod · 0.65
setRowMethod · 0.65
getIntMethod · 0.65
parseKeyStrokeMethod · 0.65

Implementers 2

RowPointercore/src/processing/data/Table.java
Tablecore/src/processing/data/Table.java

Calls

no outgoing calls

Tested by

no test coverage detected