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

Method getName

code/src/java/pcgen/cdom/format/table/TableColumn.java:89–92  ·  view source on GitHub ↗

Returns the name for this TableColumn. @return The name for this TableColumn

()

Source from the content-addressed store, hash-verified

87 * @return The name for this TableColumn
88 */
89 public String getName()
90 {
91 return name;
92 }
93
94 @Override
95 public String getKeyName()

Callers 1

evaluateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected