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

Method getName

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

Returns the name of this DataTable. @return The name of this DataTable

()

Source from the content-addressed store, hash-verified

162 * @return The name of this DataTable
163 */
164 public String getName()
165 {
166 return name;
167 }
168
169 /**
170 * Returns the count of the number of rows in this DataTable.

Callers 1

evaluateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected