MCPcopy Create free account
hub / github.com/PCGen/pcgen / isColumn

Method isColumn

code/src/java/pcgen/cdom/format/table/DataTable.java:199–202  ·  view source on GitHub ↗

Returns true if the given String is the name of a column in this DataTable. @param columnName The name to be checked to see if it is a column in this DataTable. @return true if the given String is the name of a column in this DataTable

(String columnName)

Source from the content-addressed store, hash-verified

197 * DataTable
198 */
199 public boolean isColumn(String columnName)
200 {
201 return getColumnIndex(columnName) != -1;
202 }
203
204 /**
205 * Returns true if the given object is appropriate as a lookup value (value in the

Callers 1

evaluateMethod · 0.95

Calls 1

getColumnIndexMethod · 0.95

Tested by

no test coverage detected